diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 23:02:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 23:02:52 +0000 |
commit | 9bb9a6835f27ee0d9a3ccd2d0181fc84c07f405e (patch) | |
tree | 7b4db08545cf8871298f09bb342c3de764988980 | |
parent | 1faf243c739106f5e07967608007b342b73c6f7b (diff) | |
download | upstream-9bb9a6835f27ee0d9a3ccd2d0181fc84c07f405e.tar.gz upstream-9bb9a6835f27ee0d9a3ccd2d0181fc84c07f405e.tar.bz2 upstream-9bb9a6835f27ee0d9a3ccd2d0181fc84c07f405e.zip |
pjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies conditional as well
SVN-Revision: 26154
-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 e0d0db3829..c1021f3594 100644 --- a/package/pjsip/Makefile +++ b/package/pjsip/Makefile @@ -64,7 +64,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) |