diff options
Diffstat (limited to 'packages/linux/linux-ezx_2.6.16.13.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.16.13.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index dcbe494094..f7f9704645 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -6,7 +6,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>" LICENSE = "GPL" DEPENDS += "quilt-native" EZX = "ezx6" -PR = "${EZX}-r10" +PR = "${EZX}-r11" inherit kernel @@ -35,12 +35,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ \ file://touchscreen-fix-r0.patch;patch=1 \ \ - file://e680-keypad-compile-HACK.patch;patch=1 \ file://e680-disable-boomer-HACK.patch;patch=1 \ \ file://e680-leds-r1.patch;patch=1 \ file://a780-leds-r0.patch;patch=1 \ file://ezx-backlight-r1.patch;patch=1 \ + file://e680-fix-keypad.patch;patch=1 \ + file://pxakbd-fix-directkeys.patch;patch=1 \ \ file://defconfig-a780 \ file://defconfig-e680" |