diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-15 19:46:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-15 19:46:13 +0000 |
commit | ced90dc79b32f3f273b58e35f7660e73c6427b1b (patch) | |
tree | 4d5fcee1abe291d11289f810d5d157917d1187ef /packages/linux | |
parent | 7697d33bda31b52b921faab6ef93e2944c8ed00f (diff) |
linux-ezx: disable backlight patch for rorkre6 as it only turns of bl at this point
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index f364df8dde..deaa99d5ad 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}-r15" +PR = "${EZX}-r16" require linux.inc @@ -40,7 +40,6 @@ SRC_URI = " \ file://patches/ezx-eoc.patch;patch=1 \ file://patches/a1200-eoc.patch;patch=1 \ file://patches/e6-eoc.patch;patch=1 \ - file://patches/ezx-backlight.patch;patch=1 \ file://patches/a780-flip.patch;patch=1 \ file://patches/e680-locksw.patch;patch=1 \ file://patches/a780-leds.patch;patch=1 \ @@ -63,6 +62,13 @@ SRC_URI = " \ file://defconfig \ \ " + +BACKLIGHTPATCH = " file://patches/ezx-backlight.patch;patch=1 " +BACKLIGHTPATCH_rokre6 = "" + +SRC_URI += "${BACKLIGHTPATCH}" + + S = "${WORKDIR}/linux-${PV}" |