diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-08-20 14:13:36 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-08-20 14:13:36 +0200 |
commit | de8bab6aedd500e656011a7c03b4c9fe389a2b83 (patch) | |
tree | b94aabcf361d80401fd5f6ab56a15a001cc1c520 /recipes/linux/linux_2.6.24.bb | |
parent | 6d77f938e950a882ab500392d9d7074a3dcd15ba (diff) |
linux-2.6.24: use kernel module for SATA disks at hipox machine
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 c0278bf250..bfcfb89f7e 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 = "r31" +PR = "r33" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://squashfs-lzma-2.6.24.patch;patch=1 \ @@ -102,6 +102,7 @@ SRC_URI_append_hipox = " \ file://hipox-nand.patch;patch=1 \ file://hipox-ubifs.patch;patch=1 \ file://hipox-kconfig.patch;patch=1 \ + file://hipox-sata-module.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" |