diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 23:16:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 23:16:19 +0000 |
commit | f3dfb43d407180b2f7bdbf92ad55018296ab5c7d (patch) | |
tree | 422940e4df34a69b781c907b6ea0492d8763d48b /packages/linux/linux-openmoko_2.6.24+git.bb | |
parent | 553cb265aeec877b03a2eeddb9740196e5a4e05c (diff) |
linux-openmoko 2.6.24+git add glamo-turbo-mode (from andy branch), bring defconfig-oe in line w/ linux-openmoko-devel
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24+git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 8520adc3e1..541fac4dd8 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -7,7 +7,7 @@ KERNEL_RELEASE = "2.6.24" KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" -PR = "r5" +PR = "r7" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ @@ -18,6 +18,8 @@ SRC_URI = "\ file://0004-squashfs-Kconfig.patch;patch=1 \ file://0005-squashfs-Makefile.patch;patch=1 \ \ + file://glamo-turbo-mode.patch;patch=1 \ + \ file://defconfig-oe \ " S = "${WORKDIR}/git" |