diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-04 13:31:45 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-04 13:31:45 +0000 |
commit | 84d0faceba9c645acb5a1d865a897e6c649b6e4c (patch) | |
tree | 1b10e35aac7a28a6427b54ff89551b484024dc5e /target/linux/xburst/n516/target.mk | |
parent | 28ca2327827fee4b67dbc13b0159841336c3fc99 (diff) |
[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/n516/target.mk')
-rw-r--r-- | target/linux/xburst/n516/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/n516/target.mk b/target/linux/xburst/n516/target.mk index b265d9abab..4035af2b20 100644 --- a/target/linux/xburst/n516/target.mk +++ b/target/linux/xburst/n516/target.mk @@ -3,6 +3,6 @@ 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 \ |