aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-07-06 19:02:27 +0000
committerJohn Crispin <blogic@openwrt.org>2011-07-06 19:02:27 +0000
commit31aac3c47e6ef76b97281a75c29fe46ddfa39d32 (patch)
tree6e6d059e30804801975ebc3eabd90d4958034d4d /package/ltq-tapi
parent5842cbd731e82910fde02590ccd50ce5a8eb054b (diff)
downloadupstream-31aac3c47e6ef76b97281a75c29fe46ddfa39d32.tar.gz
upstream-31aac3c47e6ef76b97281a75c29fe46ddfa39d32.tar.bz2
upstream-31aac3c47e6ef76b97281a75c29fe46ddfa39d32.zip
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')
-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 64d7defaf3..ecaac2eeb4 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))