summaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-06 19:02:27 +0000
committerJohn Crispin <john@openwrt.org>2011-07-06 19:02:27 +0000
commit302347e4d45ef075007817e1c53732b0a348ac9b (patch)
treec28d0139dabd85c0b4bace86369312174ff1c01b /package/ltq-tapi
parent1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138 (diff)
downloadmaster-31e0f0ae-302347e4d45ef075007817e1c53732b0a348ac9b.tar.gz
master-31e0f0ae-302347e4d45ef075007817e1c53732b0a348ac9b.tar.bz2
master-31e0f0ae-302347e4d45ef075007817e1c53732b0a348ac9b.zip
ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
SVN-Revision: 27498
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))