diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-17 13:30:34 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-17 13:30:34 +0000 |
commit | 6ffbeff63c5cc4d843c1325e2acd7eab4d059be9 (patch) | |
tree | f28a9dc28686c2dda1b54270e274a065fc01e3a2 /packages/linux/linux_2.6.23.bb | |
parent | 5ae7e3eaad3b15176a7f8d5076d4764e9280db96 (diff) |
linux-2.6.23: add LEDs driver for MPC8323E-RDB boards
Diffstat (limited to 'packages/linux/linux_2.6.23.bb')
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 5584b8a6d4..da7bede6cd 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" -PR = "r3" +PR = "r4" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ @@ -23,6 +23,9 @@ SRC_URI_append_cm-x270 = "\ file://0007-mmcsd_large_cards-r0.patch;patch=1 \ file://0008-cm-x270-nand-simplify-name.patch;patch=1" +SRC_URI_append_mpc8323e-rdb = "\ + file://mpc832x-leds.patch;patch=1" + CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=8 bpp=16 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" FILES_kernel-image_cm-x270 = "" |