diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-14 23:13:21 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-14 23:13:21 +0000 |
commit | 0b7c9fa2763c447ce89b09efc55c2c4226ff114c (patch) | |
tree | c5c64e79008a48cad1cbe701f966f4a53a39a432 /packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb | |
parent | 426035340eaa5cb6b8c893785c7706bcffe5a581 (diff) |
linux-efika: Sound driver altered to keep hands of register bits it shouldn't touch.
Diffstat (limited to 'packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb')
-rw-r--r-- | packages/linux/linux-efika_2.6.18+2.6.19-rc6.bb | 5 |
1 files changed, 3 insertions, 2 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 679bd667d5..fec05ad168 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 @@ -1,15 +1,16 @@ DESCRIPTION = "Linux Kernel for the EFIKA dev platform" SECTION = "kernel" LICENSE = "GPL" -PR = "r1" +PR = "r2" 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 \ + file://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://www.246tnt.com/files/0001-sound-Add-support-for-the-MPC52xx-PSC-AC97-Link.txt;patch=1 \ # http://lkml.org/lkml/2006/11/29/335;patch=1 \ S = "${WORKDIR}/linux-2.6.19-rc6_efika" |