diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-04 13:31:45 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-04 13:31:45 +0000 |
commit | 447021f78d0214736985f17fb271ac68bd7cbe10 (patch) | |
tree | 1b10e35aac7a28a6427b54ff89551b484024dc5e /target/linux/xburst/n526 | |
parent | 00e3caec466bda43bcb4a37a32a0b1909aadbd09 (diff) | |
download | master-187ad058-447021f78d0214736985f17fb271ac68bd7cbe10.tar.gz master-187ad058-447021f78d0214736985f17fb271ac68bd7cbe10.tar.bz2 master-187ad058-447021f78d0214736985f17fb271ac68bd7cbe10.zip |
[xburst] Adjust codec driver module name for 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22483 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/n526')
-rw-r--r-- | target/linux/xburst/n526/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/n526/target.mk b/target/linux/xburst/n526/target.mk index afff49c2ee..e7bcc77dec 100644 --- a/target/linux/xburst/n526/target.mk +++ b/target/linux/xburst/n526/target.mk @@ -3,5 +3,5 @@ DEFAULT_PACKAGES += \ kmod-sound-core \ kmod-sound-soc-core \ kmod-sound-soc-jz4740 \ - kmod-sound-soc-jzcodec \ + kmod-sound-soc-jz4740-codec \ kmod-sound-soc-n516 \ |