diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-09 01:28:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-09 01:28:11 +0000 |
commit | e033074b869f3856d69263bc43c5dd6998dcca99 (patch) | |
tree | c054e0a9b92cea6e157e876281a4e8ebc9f9201d /packages/linux/linux-ezx_2.6.16.13.bb | |
parent | 75948a3747e5199d47c4141205919672d02c375a (diff) |
linux-ezx: fix e680 keypad properly, drop HACK patch
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" |