diff options
author | John Crispin <john@openwrt.org> | 2013-11-07 12:45:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-07 12:45:39 +0000 |
commit | edf623683833843f71cefae630f9063d9c18f320 (patch) | |
tree | e55f5a7d2a3b326681e3cd16074dc9f3db10bd37 | |
parent | a7322ce3976e3be0454c5167bcfad72c56ff8996 (diff) | |
download | upstream-edf623683833843f71cefae630f9063d9c18f320.tar.gz upstream-edf623683833843f71cefae630f9063d9c18f320.tar.bz2 upstream-edf623683833843f71cefae630f9063d9c18f320.zip |
lantiq: fix vdsl-app dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38666
-rw-r--r-- | package/network/config/ltq-vdsl-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index 413e29f05e..d4e4ec4501 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -24,7 +24,7 @@ define Package/ltq-vdsl-app CATEGORY:=Network TITLE:=Lantiq VDSL userland tool URL:=http://www.lantiq.com/ - DEPENDS:=@TARGET_lantiq_xway +libpthread + DEPENDS:=@TARGET_lantiq_xrx200 +libpthread endef define Package/ltq-vdsl-app/description |