diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-11 08:21:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-11 08:21:59 +0000 |
commit | b1c9073afcacc417a41ba12f5bd57ee0075a5b98 (patch) | |
tree | 3de98125da5fd84fca8b3c8eebc242b542e6b6c0 /package | |
parent | 4c6f9be7329a182fdee1d7a75214cd264b94610a (diff) | |
download | upstream-b1c9073afcacc417a41ba12f5bd57ee0075a5b98.tar.gz upstream-b1c9073afcacc417a41ba12f5bd57ee0075a5b98.tar.bz2 upstream-b1c9073afcacc417a41ba12f5bd57ee0075a5b98.zip |
[pjsip]
* adds proper dependencies for pjsip-ltq-tapi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26024 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 a257cefc7f..e0d0db3829 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) +Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq +kmod-ltq-tapi +kmod-ltq-vmmc) define Build/Prepare $(PKG_UNPACK) |