diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-24 07:54:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-24 07:54:26 +0000 |
commit | 6a29c84f3665f335577c12198590021cb4abc78e (patch) | |
tree | a97cd126dd779599e5667f44f02d2ab7ffec9119 /packages/linux/linux-openmoko_2.6.24+git.bb | |
parent | 0e8eedf8e6324d9b283a2b6299932d9db18e56ca (diff) |
linux-openmoko 2.6.24 update and remove outdated patches
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24+git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 541fac4dd8..6053ce8a7d 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -1,13 +1,13 @@ require linux.inc require linux-openmoko.inc -DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ Openmoko" +DESCRIPTION = "The Linux kernel for Openmoko SmartPhones" KERNEL_RELEASE = "2.6.24" KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" -PR = "r7" +PR = "r0" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ @@ -18,8 +18,6 @@ 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" |