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 | ce1a826b510d5e1e42b54819cecf04c5e65d0e2c (patch) | |
tree | 4783806608953348c8394bc98336810a1426221b /package | |
parent | c442b9cdd394800343b2b9c531bfc432ff45dccb (diff) | |
download | upstream-ce1a826b510d5e1e42b54819cecf04c5e65d0e2c.tar.gz upstream-ce1a826b510d5e1e42b54819cecf04c5e65d0e2c.tar.bz2 upstream-ce1a826b510d5e1e42b54819cecf04c5e65d0e2c.zip |
pjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies conditional as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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) |