diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-17 16:06:16 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-17 16:06:16 +0000 |
commit | d90afc619d2878827f398d2a183768401d983dcf (patch) | |
tree | c3b446ce1c34b0204dd2f063db6112275e407157 /packages/linux/linux_2.6.23.bb | |
parent | cd3279a47704990d6eab5b9be6771d94c6095cf2 (diff) |
linux-2.6.23: improve LEDs support on mpc8313e-rdb
* improve LEDs patch to support all LEDs on mpc8313e-rdb board
* build LEDs support into mpc8313e-rdb / mpc8323e-rdb kernels
Diffstat (limited to 'packages/linux/linux_2.6.23.bb')
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 6a4d8ceac2..a35799b75a 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -9,7 +9,7 @@ DEFAULT_PREFERENCE_mpc8323e-rdb = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" DEPENDS_append_mpc8323e-rdb = " dtc-native" -PR = "r7" +PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ |