diff options
author | John Crispin <john@openwrt.org> | 2011-03-11 08:21:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-11 08:21:59 +0000 |
commit | 5264a14074d51941f1dce1561518886b188d56ad (patch) | |
tree | 68b7237a6b1f998a38aa05d650dfc061d3fef582 /package/pjsip | |
parent | b387ede3d32221363f6a4b42b94ef15800d6cff2 (diff) | |
download | upstream-5264a14074d51941f1dce1561518886b188d56ad.tar.gz upstream-5264a14074d51941f1dce1561518886b188d56ad.tar.bz2 upstream-5264a14074d51941f1dce1561518886b188d56ad.zip |
* adds proper dependencies for pjsip-ltq-tapi
SVN-Revision: 26024
Diffstat (limited to 'package/pjsip')
-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) |