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-a3cf2f4a3e73master
parent
c442b9cdd3
commit
ce1a826b51
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue