diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 19:02:27 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 19:02:27 +0000 |
commit | 3cbb69a17442e9e59283714ffd96a49784e5c161 (patch) | |
tree | 6e6d059e30804801975ebc3eabd90d4958034d4d /package/pjsip/Makefile | |
parent | 7691bc8380e586e04a5959dc1f4fbdac43218ae7 (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/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 4f385723a..42db149ba 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) |