X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4a77b46a0e89f5b252906346256d7ee185284887..de43975f39838905396f5578ee5ae1c4e197f879:/package/pjsip/Makefile?ds=inline diff --git a/package/pjsip/Makefile b/package/pjsip/Makefile index a257cefc7..42db149ba 100644 --- a/package/pjsip/Makefile +++ b/package/pjsip/Makefile @@ -18,6 +18,8 @@ PKG_INSTALL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/pjproject-$(PKG_VERSION) +PKG_BUILD_DEPENDS:=TARGET_lantiq:kmod-ltq-tapi TARGET_lantiq:kmod-ltq-vmmc + include $(INCLUDE_DIR)/package.mk define Package/pjsip-template @@ -64,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) +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)