summaryrefslogtreecommitdiff
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-09 16:31:24 +0000
committerJohn Crispin <john@openwrt.org>2014-04-09 16:31:24 +0000
commit76e873a28942a1dd4182ba64483bdfc77b3911b4 (patch)
treef98d4299f92060e4a995aa0d0e2761eb0fc9ce8e /package/kernel/lantiq
parentf1963c02f41ea68692e1eca33b5e0c2bfbfd2af6 (diff)
downloadmtk-20170518-76e873a28942a1dd4182ba64483bdfc77b3911b4.zip
mtk-20170518-76e873a28942a1dd4182ba64483bdfc77b3911b4.tar.gz
mtk-20170518-76e873a28942a1dd4182ba64483bdfc77b3911b4.tar.bz2
lantiq: cleanup vdsl driver bringup
config interface 'wan' # a, b, j option annex b # a, b, av, bv option tone b # vdsl.bin option firmware # atm, ptm option xfer_mode atm Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40437
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-atm/Makefile5
-rw-r--r--package/kernel/lantiq/ltq-ptm/Makefile1
2 files changed, 4 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index c557ee5..9fe1b40 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -29,7 +29,10 @@ endef
KernelPackage/ltq-atm-danube=$(call KernelPackage/ltq-atm-template,danube,xway)
KernelPackage/ltq-atm-ar9=$(call KernelPackage/ltq-atm-template,ar9,xway)
KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,ase)
-KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,xrx200)
+define KernelPackage/ltq-atm-vr9
+ $(call KernelPackage/ltq-atm-template,vr9,xrx200)
+ AUTOLOAD:=
+endef
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
diff --git a/package/kernel/lantiq/ltq-ptm/Makefile b/package/kernel/lantiq/ltq-ptm/Makefile
index 22f09cc..2792de6 100644
--- a/package/kernel/lantiq/ltq-ptm/Makefile
+++ b/package/kernel/lantiq/ltq-ptm/Makefile
@@ -24,7 +24,6 @@ define KernelPackage/ltq-ptm-template
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_$(2)
FILES:=$(PKG_BUILD_DIR)/ltq_ptm_$(1).ko
- AUTOLOAD:=$(call AutoProbe,ltq_ptm_$(1))
endef
KernelPackage/ltq-ptm-danube=$(call KernelPackage/ltq-ptm-template,danube,xway)