diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-01 19:54:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 19:54:06 +0000 |
commit | 11d10b76a70aedd9136101fc081dc968d3d7a110 (patch) | |
tree | 79dd64c26aab6031041c093a68bfe000987f49c4 /packages/linux/linux-ezx_2.6.16.13.bb | |
parent | ef9bef657fcdac524257084fb63059331109502d (diff) |
linux-ezx: add patches to make e680 configuration build (HACKS!)
Diffstat (limited to 'packages/linux/linux-ezx_2.6.16.13.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.16.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index 4f5f0b7c3f..1f0ce506db 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -18,6 +18,8 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-ezx" SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ http://people.openezx.org/stefan/patches/patches-2.6.16-2.6.16.13-exz6-symlink-fix.tar.bz2 \ file://touchscreen-fix-r0.patch;patch=1 \ + file://e680-keypad-compile-HACK.patch;patch=1 \ + file://e680-disable-boomer-HACK.patch;patch=1 \ file://defconfig-a780 \ file://defconfig-e680" S = "${WORKDIR}/linux-2.6.16" |