diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2008-02-07 14:47:28 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2008-02-07 14:47:28 +0000 |
commit | 58c0ce7b84b644464efec1215a27cf01f9ddc83b (patch) | |
tree | ce90a4065caddd132d0b3e039e01c3e01610d326 /packages/linux/linux_2.6.24.bb | |
parent | 49cae361cebc4f0a6ee7f8317091b52e0587d75b (diff) |
linux-2.6.24: add reboot patch for gesbc-9302 kernel
Diffstat (limited to 'packages/linux/linux_2.6.24.bb')
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index ba8ce52dc5..9a392d934c 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -4,7 +4,7 @@ require linux.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_gesbc-9302 = "1" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://defconfig \ @@ -15,6 +15,7 @@ S = "${WORKDIR}/linux-2.6.24" SRC_URI_append_gesbc-9302 = " \ file://0001-gesbc-nand.patch;patch=1 \ file://0002-gesbc-eth-platform.patch;patch=1 \ + file://0005-ep93xx-reboot.patch;patch=1 \ " CMDLINE_gesbc-9302 = "console=ttyAM0 root=mtd5 rootfstype=jffs2 mtdparts=GESBC-NAND:64m(app),-(data)" |