diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
commit | 2e6d399f2816e92ccbd6b87ba926734496b14339 (patch) | |
tree | e732df068be61fba7941819cdc72521deea162a7 /package/ltq-vmmc/Makefile | |
parent | 7252c35ef16c7fa30d82a9da66009dbcb82583a4 (diff) | |
download | upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.gz upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.bz2 upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.zip |
[lantiq]
* several updates to the voice packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc/Makefile')
-rw-r--r-- | package/ltq-vmmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile index 0d6427a824..8d10d50dd7 100644 --- a/package/ltq-vmmc/Makefile +++ b/package/ltq-vmmc/Makefile @@ -117,7 +117,7 @@ define Build/Configure $(call Build/Configure/Default) endef -ifdef CONFIG_TARGET_lantiq_xway +ifdef CONFIG_TARGET_lantiq define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include mkdir -p $(1)/usr/include/drv_vmmc @@ -129,7 +129,7 @@ ifdef CONFIG_TARGET_lantiq_xway $(INSTALL_DIR) $(1)/etc/init.d $(1)/$(FW_DIR) $(INSTALL_BIN) ./files/vmmc.init $(1)/etc/init.d/vmmc $(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET) - $(CP) $(PKG_BUILD_DIR)/coef/$(COEF_TARGET) $(1)/$(FW_DIR)/$(COEF_TARGET) + $(CP) $(PKG_BUILD_DIR)/coef/$(COEF_SRC) $(1)/$(FW_DIR)/$(COEF_TARGET) endef endif |