diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 19:02:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 19:02:27 +0000 |
commit | 302347e4d45ef075007817e1c53732b0a348ac9b (patch) | |
tree | c28d0139dabd85c0b4bace86369312174ff1c01b /package/ltq-tapi/Makefile | |
parent | 1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138 (diff) | |
download | upstream-302347e4d45ef075007817e1c53732b0a348ac9b.tar.gz upstream-302347e4d45ef075007817e1c53732b0a348ac9b.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | package/ltq-tapi/Makefile | 6 |
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)) |