diff options
Diffstat (limited to 'packages/linux/linux-openmoko-devel_git.bb')
-rw-r--r-- | packages/linux/linux-openmoko-devel_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/linux/linux-openmoko-devel_git.bb b/packages/linux/linux-openmoko-devel_git.bb index 110db3af4a..436dba111d 100644 --- a/packages/linux/linux-openmoko-devel_git.bb +++ b/packages/linux/linux-openmoko-devel_git.bb @@ -6,14 +6,12 @@ DEFAULT_PREFERENCE = "-1" KERNEL_RELEASE = "2.6.29" KERNEL_VERSION = "${KERNEL_RELEASE}" -OEV = "oe0" +OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" PR = "r1" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \ -# file://openwrt-ledtrig-netdev.patch;patch=1 \ -# file://defconfig-oe.patch \ " S = "${WORKDIR}/git" |