summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/modules.mk
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-09 22:24:13 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-09 22:24:13 +0000
commit4abea1092f5db4aa8b08965c47809e246c15f734 (patch)
treebc4c4643e9a6149a278108816413ad990108e862 /target/linux/xburst/modules.mk
parent4f0fa75e8a17b92121f585424fb8755c40320aa3 (diff)
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
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r--target/linux/xburst/modules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index 4604cd40d..fc6d0c0e1 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))