aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2010-05-09 22:24:13 +0000
committerMirko Vogt <mirko@openwrt.org>2010-05-09 22:24:13 +0000
commit8cc8b5f22ce07d25dba3cc5d17ae14ef3c13e118 (patch)
treebc4c4643e9a6149a278108816413ad990108e862
parent6e2b8d4b682fe48d5143ec54fbccff2633855e81 (diff)
downloadupstream-8cc8b5f22ce07d25dba3cc5d17ae14ef3c13e118.tar.gz
upstream-8cc8b5f22ce07d25dba3cc5d17ae14ef3c13e118.tar.bz2
upstream-8cc8b5f22ce07d25dba3cc5d17ae14ef3c13e118.zip
sound-soc-qi_lb60: rename package as underscores are not allowed by opkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21412 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/xburst/modules.mk4
-rw-r--r--target/linux/xburst/qi_lb60/target.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index 4604cd40d9..fc6d0c0e16 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -31,7 +31,7 @@ define KernelPackage/sound-soc-xburst/default
AUTOLOAD:=$(call AutoLoad,65,snd-soc-$(3))
endef
-define KernelPackage/sound-soc-qi_lb60
+define KernelPackage/sound-soc-qilb60
$(call KernelPackage/sound-soc-xburst/default,QI NanoNote,QI_LB60,qi-lb60,qi_lb60)
endef
@@ -45,6 +45,6 @@ endef
$(eval $(call KernelPackage,sound-soc-jz4740))
$(eval $(call KernelPackage,sound-soc-jzcodec))
-$(eval $(call KernelPackage,sound-soc-qi_lb60))
+$(eval $(call KernelPackage,sound-soc-qilb60))
$(eval $(call KernelPackage,sound-soc-n516))
$(eval $(call KernelPackage,sound-soc-n526))
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 \