diff options
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index 35dc2dff5d..15f5771415 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.openezx.org" LICENSE = "GPL" DEPENDS += "quilt-native" EZX = "ezx0" -PR = "${EZX}-r4" +PR = "${EZX}-r5" inherit kernel @@ -18,16 +18,25 @@ RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" SRC_URI = " \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://ezx-core.patch;patch=1 \ + file://ezx-bp.patch;patch=1 \ file://ezx-pm.patch;patch=1 \ file://ezx-pcap.patch;patch=1 \ - file://ezx-mci.patch;patch=1 \ - file://pxa27x-udc-support.2.patch;patch=1 \ + file://a780-mci.patch;patch=1 \ + file://e680-mci.patch;patch=1 \ + file://pxa27x-udc-support.2.patch;patch=1 \ file://ezx-emu.patch;patch=1 \ file://ezx-mtd-map.patch;patch=1 \ file://ezx-serial-bug-workaround.patch;patch=1 \ file://pxa-kbd.patch;patch=1 \ - file://ezx-kbd.patch;patch=1 \ + file://a780-kbd.patch;patch=1 \ + file://e680-kbd.patch;patch=1 \ file://pcap-ts.patch;patch=1 \ + file://ezx-backlight.patch;patch=1 \ + file://a780-flip.patch;patch=1 \ + file://e680-locksw.patch;patch=1 \ + file://a780-leds.patch;patch=1 \ + file://e680-leds.patch;patch=1 \ + file://a780-vibrator.patch;patch=1 \ file://mux_cli.patch;patch=1 \ file://mux-fix.patch;patch=1 \ file://mux-fix-init-errorpath.patch;patch=1 \ @@ -37,8 +46,6 @@ SRC_URI = " \ file://mux-fix-makefile.patch;patch=1 \ file://mux-fix-tty-driver.patch;patch=1 \ file://mux-linux-2.6.21-fix.patch;patch=1 \ - file://mux-ifdef-ezx-features.patch;patch=1 \ - file://mux_debug.patch;patch=1 \ file://logo_linux_clut224.ppm \ file://defconfig-a780 \ file://defconfig-e680 \ |