diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-15 15:20:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-15 15:20:05 +0000 |
commit | cd9042bca2dcd29cd7004f9898c5a4361cccac18 (patch) | |
tree | 96ea3a4947a3282df2e498b5ad6cd50d52119337 /packages/linux/linux-ezx_2.6.21.bb | |
parent | 93482d727f92786b8d160805902a2db39997a002 (diff) |
linux-ezx: add 18bpp support to pxafb and enable it for a1200, rokre6 owners will have to make a small change to arch/arm/mach-pxa/ezx-e6.c
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index 366c71fccd..99cf0e5d37 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -4,7 +4,7 @@ AUTHOR = "Harald Welte and the OpenEZX Team <openezx-devel@lists.openezx.org>" HOMEPAGE = "http://www.openezx.org" LICENSE = "GPL" EZX = "ezxdev" -PR = "${EZX}-r12" +PR = "${EZX}-r13" inherit kernel @@ -63,6 +63,7 @@ SRC_URI = " \ file://patches/asoc-fix-loopback.patch;patch=1 \ file://patches/ezx-asoc.patch;patch=1 \ file://patches/mtdfix.patch;patch=1 \ + file://patches/lcd_18BPP_support.diff;patch=1 \ file://defconfig \ \ " |