sound-soc-qi_lb60: rename package as underscores are not allowed by opkg
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 May 2010 22:24:13 +0000 (22:24 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 May 2010 22:24:13 +0000 (22:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21412 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/xburst/modules.mk
target/linux/xburst/qi_lb60/target.mk

index 4604cd4..fc6d0c0 100644 (file)
@@ -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))
index cd601a7..0b2f578 100644 (file)
@@ -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 \