summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko_2.6.24+git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-12-05 17:46:32 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-12-05 17:47:19 +0100
commit35b7ed23ffc976120a3b057c6e1013071510d7cb (patch)
tree26c893af71f4f6c0ffe77dcda9bade596248ad0b /packages/linux/linux-openmoko_2.6.24+git.bb
parentb46e350d9ee858fe9ec14af2a110467dc5b22d47 (diff)
linux-openmoko[-devel]: bump srcrevs and add netdev LED trigger patch from openwrt bugtracker
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r--packages/linux/linux-openmoko_2.6.24+git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb
index 9133688bf8..7e00f6ab18 100644
--- a/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -1,13 +1,14 @@
require linux.inc
require linux-openmoko.inc
-DESCRIPTION = "The Linux kernel for Openmoko SmartPhones"
+DESCRIPTION = "The Linux kernel for the Openmoko devices GTA01 (Neo1973) and GTA02 (Neo FreeRunner)"
KERNEL_RELEASE = "2.6.24"
KERNEL_VERSION = "${KERNEL_RELEASE}"
-PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
-PR = "r10"
+OEV = "oe1"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PR = "r0"
SRC_URI = "\
git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
@@ -18,6 +19,8 @@ SRC_URI = "\
file://0004-squashfs-Kconfig.patch;patch=1 \
file://0005-squashfs-Makefile.patch;patch=1 \
\
+ file://openwrt-ledtrig-netdev.patch;patch=1 \
+ \
file://defconfig-oe \
"
S = "${WORKDIR}/git"