diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-24 11:54:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-24 11:54:03 +0000 |
commit | ae4f1d3dfaf309e0cb95411fac1fe6f32075d6b3 (patch) | |
tree | 59d12192937f36c95fbfeec8d38491501abfc65e /packages/linux/linux-ezx_2.6.21.bb | |
parent | 4835074a856d36e7ad237b1c064e476a4dbfc35a (diff) |
linux-ezx: add patches for a1200 flip switch and keys
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index f9de3f6f4d..2170b04c97 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -2,7 +2,7 @@ DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and AUTHOR = "The OpenEZX Team <openezx-devel@lists.openezx.org>" HOMEPAGE = "http://www.openezx.org" EZX = "ezxdev" -PR = "${EZX}-r21" +PR = "${EZX}-r22" require linux.inc @@ -47,6 +47,7 @@ SRC_URI = " \ file://patches/pxa-kbd.patch;patch=1 \ file://patches/a780-kbd.patch;patch=1 \ file://patches/e680-kbd.patch;patch=1 \ + file://patches/a1200-kbd.patch;patch=1 \ file://patches/pcap-ts.patch;patch=1 \ file://patches/a780-ts.patch;patch=1 \ file://patches/e680-ts.patch;patch=1 \ @@ -54,6 +55,7 @@ SRC_URI = " \ file://patches/e6-ts.patch;patch=1 \ file://patches/a780-flip.patch;patch=1 \ file://patches/e680-locksw.patch;patch=1 \ + file://patches/a1200-flip.patch;patch=1 \ file://patches/a780-leds.patch;patch=1 \ file://patches/e680-leds.patch;patch=1 \ file://patches/a780-vibrator.patch;patch=1 \ |