diff options
author | John Crispin <john@openwrt.org> | 2011-07-07 18:20:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-07 18:20:37 +0000 |
commit | a463daa818e05e4acaad763d59b346c20d12d038 (patch) | |
tree | 38d785b97a29bf543cf7978365bddd2355cfb5b8 /package/ltq-dsl-app | |
parent | dc2af3308380e430f9f6fef0380c4b85bae2d3a1 (diff) | |
download | upstream-a463daa818e05e4acaad763d59b346c20d12d038.tar.gz upstream-a463daa818e05e4acaad763d59b346c20d12d038.tar.bz2 upstream-a463daa818e05e4acaad763d59b346c20d12d038.zip |
replace all references to xway with danube
SVN-Revision: 27538
Diffstat (limited to 'package/ltq-dsl-app')
-rw-r--r-- | package/ltq-dsl-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-dsl-app/Makefile b/package/ltq-dsl-app/Makefile index 5be052f6e2..1b1aa369c8 100644 --- a/package/ltq-dsl-app/Makefile +++ b/package/ltq-dsl-app/Makefile @@ -23,7 +23,7 @@ define Package/ltq-dsl-app CATEGORY:=Network TITLE:=Lantiq DSL userland tool URL:=http://www.lantiq.com/ - DEPENDS:=@TARGET_lantiq_xway +kmod-ltq-dsl +libpthread + DEPENDS:=@TARGET_lantiq_danube +kmod-ltq-dsl +libpthread MAINTAINER:=John Crispin <blogic@openwrt.org> endef |