summaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi/Makefile
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-06 19:02:27 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-06 19:02:27 +0000
commit3cbb69a17442e9e59283714ffd96a49784e5c161 (patch)
tree6e6d059e30804801975ebc3eabd90d4958034d4d /package/ltq-tapi/Makefile
parent7691bc8380e586e04a5959dc1f4fbdac43218ae7 (diff)
ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-tapi/Makefile')
-rw-r--r--package/ltq-tapi/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/ltq-tapi/Makefile b/package/ltq-tapi/Makefile
index 64d7defaf..ecaac2eeb 100644
--- a/package/ltq-tapi/Makefile
+++ b/package/ltq-tapi/Makefile
@@ -60,12 +60,10 @@ define Build/Configure
$(call Build/Configure/Default)
endef
-ifdef CONFIG_TARGET_lantiq
- define Build/InstallDev
+define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/drv_tapi
$(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi
(cd $(1)/usr/include/drv_tapi && ln -s . include && ln -s ../ifxos/ifx_types.h .)
- endef
-endif
+endef
$(eval $(call KernelPackage,ltq-tapi))