diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 12:39:27 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 12:39:27 +0200 |
commit | 5c21413b9794047eecba6e820d9546f04d8a137a (patch) | |
tree | 2942ab609e9d3ab588dfff409400e1e7fd6a27a8 /recipes/linux/linux_2.6.24.bb | |
parent | 5dc5513ff17822f5ef092852476a901bab47b4a6 (diff) |
linux-2.6.24: Kconfig patch for HIPOX machine added
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r-- | recipes/linux/linux_2.6.24.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb index cf4af828ab..5762ee130b 100644 --- a/recipes/linux/linux_2.6.24.bb +++ b/recipes/linux/linux_2.6.24.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE_oxnas = "1" DEFAULT_PREFERENCE_hipox = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r28" +PR = "r29" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://squashfs-lzma-2.6.24.patch;patch=1 \ @@ -100,6 +100,7 @@ SRC_URI_append_hipox = " \ file://hipox-pci-max-size.patch;patch=1 \ file://hipox-nand.patch;patch=1 \ file://hipox-ubifs.patch;patch=1 \ + file://hipox-kconfig.patch;patch=1 \ " CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2" |