1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

replace all references to xway with danube

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27538 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2011-07-07 18:20:37 +00:00
parent d8b94e0eba
commit 43ab5eea8e
7 changed files with 8 additions and 8 deletions

View File

@@ -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