diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 17:18:17 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 17:18:17 +0000 |
commit | eb098bcd21686d530bd2e0f5315643d6b7237ecb (patch) | |
tree | 6792f4836b7e47c434d8c356a34e40981c6e3e82 /packages | |
parent | 2b1b88aa4a1de8ea6e93a084273000eba3b13eaf (diff) |
linux-ezx: Add patch to improve touchscreen behaviour.
Diffstat (limited to 'packages')
-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 2775a744d3..1e6d3e2506 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.openezx.org" LICENSE = "GPL" DEPENDS += "quilt-native" EZX = "ezx9" -PR = "${EZX}-r1" +PR = "${EZX}-r2" inherit kernel @@ -20,7 +20,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ \ file://logo_linux_clut224.ppm \ file://defconfig-a780 \ - file://defconfig-e680" + file://defconfig-e680 \ + file://wyrm-ts.diff;patch=1" S = "${WORKDIR}/linux-2.6.16" ############################################################## |