aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-dsl
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-07-07 18:20:37 +0000
committerJohn Crispin <blogic@openwrt.org>2011-07-07 18:20:37 +0000
commitb93bac793af0f9f75b4c29529bc05a6bf8d1f105 (patch)
treecfc1a9ebd6bb7c47b5d21799201cc01828e479f8 /package/ltq-dsl
parent93a8f2cb576b8b8ce0817e22d10ab5628a5c9f8d (diff)
downloadupstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.gz
upstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.bz2
upstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.zip
replace all references to xway with danube
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-dsl')
-rw-r--r--package/ltq-dsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltq-dsl/Makefile b/package/ltq-dsl/Makefile
index f62bfe8849..d645af7770 100644
--- a/package/ltq-dsl/Makefile
+++ b/package/ltq-dsl/Makefile
@@ -33,7 +33,7 @@ define KernelPackage/ltq-dsl
SUBMENU:=Network Devices
TITLE:=Lantiq dsl driver
URL:=http://www.lantiq.com/
- DEPENDS:=@TARGET_lantiq_xway +kmod-atm
+ DEPENDS:=@TARGET_lantiq_danube +kmod-atm
FILES:=$(PKG_BUILD_DIR)/src/mei/lantiq_mei.ko \
$(PKG_BUILD_DIR)/src/drv_dsl_cpe_api.ko \
$(PKG_BUILD_DIR)/src/mei/lantiq_atm.ko
@@ -47,7 +47,7 @@ define Package/kmod-ltq-dsl-firmware/default
SUBMENU:=Network Devices
TITLE:=Firmware
URL:=http://www.lantiq.com/
- DEPENDS:=@TARGET_lantiq_xway kmod-ltq-dsl
+ DEPENDS:=@TARGET_lantiq_danube kmod-ltq-dsl
MAINTAINER:=John Crispin <blogic@openwrt.org>
endef