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/pjsip/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/pjsip/Makefile')
-rw-r--r-- | package/pjsip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pjsip/Makefile b/package/pjsip/Makefile index 4f385723ab..42db149baf 100644 --- a/package/pjsip/Makefile +++ b/package/pjsip/Makefile @@ -66,7 +66,7 @@ EXTRA_CFLAGS:=-I$(STAGING_DIR)/usr/include/drv_tapi -I$(STAGING_DIR)/usr/include endif Package/pjsip-oss=$(call Package/pjsip-template,oss,) -Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq +kmod-ltq-tapi +kmod-ltq-vmmc) +Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq +TARGET_lantiq:kmod-ltq-tapi +TARGET_lantiq:kmod-ltq-vmmc) define Build/Prepare $(PKG_UNPACK) |