diff options
author | John Crispin <john@openwrt.org> | 2012-08-06 18:56:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-08-06 18:56:38 +0000 |
commit | 54f30d4f460d9d9ae73a60d2c51cd3932310c720 (patch) | |
tree | 8cd1ba268293b60876093ea92270dbc8497e9b52 /package/ltq-tapidemo | |
parent | 12c6df34cd738b3b7af298a3157ca51e9fd27fe7 (diff) | |
download | upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.gz upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.bz2 upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.zip |
fixes tapi dependencies
SVN-Revision: 33029
Diffstat (limited to 'package/ltq-tapidemo')
-rw-r--r-- | package/ltq-tapidemo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-tapidemo/Makefile b/package/ltq-tapidemo/Makefile index 0fbcce0c59..1c1d2b4356 100644 --- a/package/ltq-tapidemo/Makefile +++ b/package/ltq-tapidemo/Makefile @@ -26,7 +26,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 + DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc +libpthread @(TARGET_lantiq_danube||TARGET_lantiq_falcon) MAINTAINER:=John Crispin <blogic@openwrt.org> MENU:=1 endef |