summaryrefslogtreecommitdiffstats
path: root/package/ltq-tapidemo
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-08-13 11:08:13 +0000
committerJohn Crispin <john@openwrt.org>2012-08-13 11:08:13 +0000
commite6e331ca6777647407d877a504cea137cc3acdec (patch)
treee5816cd29be27ffb01f7ba797f05b35b37124f2f /package/ltq-tapidemo
parentfb2db91797336bc8b223489d17053349d219fc5f (diff)
downloadmaster-31e0f0ae-e6e331ca6777647407d877a504cea137cc3acdec.tar.gz
master-31e0f0ae-e6e331ca6777647407d877a504cea137cc3acdec.tar.bz2
master-31e0f0ae-e6e331ca6777647407d877a504cea137cc3acdec.zip
unify tapi deps
SVN-Revision: 33160
Diffstat (limited to 'package/ltq-tapidemo')
-rw-r--r--package/ltq-tapidemo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ltq-tapidemo/Makefile b/package/ltq-tapidemo/Makefile
index 1c1d2b4356..f4ac646014 100644
--- a/package/ltq-tapidemo/Makefile
+++ b/package/ltq-tapidemo/Makefile
@@ -18,6 +18,7 @@ PKG_MD5SUM:=c970becc46b2935fb9e18f795d4e8469
PKG_FIXUP:=autoreconf
+include $(INCLUDE_DIR)/ltqtapi.mk
include $(INCLUDE_DIR)/package.mk
define Package/ltq-tapidemo
@@ -26,7 +27,7 @@ define Package/ltq-tapidemo
CATEGORY:=Network
TITLE:=TAPIdemo application for Lantiq boards
URL:=http://www.lantiq.com/
- DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc +libpthread @(TARGET_lantiq_danube||TARGET_lantiq_falcon)
+ DEPENDS:=$(LTQ_TAPI_DEPENDS) +libpthread
MAINTAINER:=John Crispin <blogic@openwrt.org>
MENU:=1
endef