diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-05-09 22:24:13 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-05-09 22:24:13 +0000 |
commit | 0910a01ef60a12ce2e4614d2a4a826981d506cdf (patch) | |
tree | ab87421778ec7c6f042cfd24a84a01211d67e0be /target/linux/xburst/qi_lb60 | |
parent | 4eecca22d4818b44bec3b56d3b3080a63313ebb7 (diff) | |
download | upstream-0910a01ef60a12ce2e4614d2a4a826981d506cdf.tar.gz upstream-0910a01ef60a12ce2e4614d2a4a826981d506cdf.tar.bz2 upstream-0910a01ef60a12ce2e4614d2a4a826981d506cdf.zip |
sound-soc-qi_lb60: rename package as underscores are not allowed by opkg
SVN-Revision: 21412
Diffstat (limited to 'target/linux/xburst/qi_lb60')
-rw-r--r-- | target/linux/xburst/qi_lb60/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/qi_lb60/target.mk b/target/linux/xburst/qi_lb60/target.mk index cd601a7751..0b2f578f4c 100644 --- a/target/linux/xburst/qi_lb60/target.mk +++ b/target/linux/xburst/qi_lb60/target.mk @@ -4,5 +4,5 @@ DEFAULT_PACKAGES += \ kmod-sound-soc-core \ kmod-sound-soc-jz4740 \ kmod-sound-soc-jzcodec \ - kmod-sound-soc-qi_lb60 \ + kmod-sound-soc-qilb60 \ |