summaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-13 19:04:56 +0200
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:43 +0200
commitabc346db0e191ebeeb122ce26d1831469fadee1c (patch)
treecd4af73b7eb7eb22aed5bf5d39ff302e7203378f /package/network/config
parent239ad94165adc3ffb5290dd871d2ff0ddff4bdcf (diff)
downloadmaster-31e0f0ae-abc346db0e191ebeeb122ce26d1831469fadee1c.tar.gz
master-31e0f0ae-abc346db0e191ebeeb122ce26d1831469fadee1c.tar.bz2
master-31e0f0ae-abc346db0e191ebeeb122ce26d1831469fadee1c.zip
package/lantiq: make lantiq kernel modules work with xway_legacy
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/network/config')
-rw-r--r--package/network/config/ltq-adsl-app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile
index 110e004fd5..22aed39f72 100644
--- a/package/network/config/ltq-adsl-app/Makefile
+++ b/package/network/config/ltq-adsl-app/Makefile
@@ -24,7 +24,7 @@ PKG_CONFIG_DEPENDS:=\
CONFIG_LTQ_DSL_ENABLE_SOAP \
CONFIG_LTQ_DSL_ENABLE_DSL_EVENT_POLLING
-PKG_BUILD_DEPENDS:=TARGET_lantiq_xway:kmod-ltq-adsl-danube TARGET_lantiq_ase:kmod-ltq-adsl-ase
+PKG_BUILD_DEPENDS:=TARGET_lantiq_xway:kmod-ltq-adsl-danube TARGET_lantiq_xway_legacy:kmod-ltq-adsl-danube TARGET_lantiq_ase:kmod-ltq-adsl-ase
include $(INCLUDE_DIR)/package.mk
@@ -33,7 +33,7 @@ define Package/ltq-adsl-app
CATEGORY:=Network
TITLE:=Lantiq DSL userland tool
URL:=http://www.lantiq.com/
- DEPENDS:=@(TARGET_lantiq_xway||TARGET_lantiq_ase) +libpthread
+ DEPENDS:=@(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy||TARGET_lantiq_ase) +libpthread
MENU:=1
endef