diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-01 23:59:06 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-01 23:59:06 +0000 |
commit | 3235c2a1ecd11775f8b2c2a0283bd87c5722b993 (patch) | |
tree | 722eb236882dcd860ce82cc0ce54d5192aa3fee1 /packages/linux | |
parent | ce4e0f114506dd8d82ab8073b1c08461864c18f7 (diff) |
linux-efika: Added audio driver and device tree fixup. Experimental.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb b/packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb index ff9b958eb3..679bd667d5 100644 --- a/packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb +++ b/packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb @@ -6,8 +6,11 @@ PR = "r1" COMPATIBLE_MACHINE = "efika" SRC_URI = "http://www.efika.de/download/linux-2.6.19-rc6_efika.tgz \ + http://www.246tnt.com/files/0001-sound-Add-support-for-the-MPC52xx-PSC-AC97-Link.txt;patch=1 \ + http://www.246tnt.com/files/0001-powerpc-Add-device-tree-fixup-for-the-EFIKA.txt;patch=1 \ file://defconfig \ " +# http://lkml.org/lkml/2006/11/29/335;patch=1 \ S = "${WORKDIR}/linux-2.6.19-rc6_efika" |