diff options
author | John Crispin <john@openwrt.org> | 2014-04-09 16:31:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-09 16:31:24 +0000 |
commit | 76e873a28942a1dd4182ba64483bdfc77b3911b4 (patch) | |
tree | f98d4299f92060e4a995aa0d0e2761eb0fc9ce8e /package/kernel | |
parent | f1963c02f41ea68692e1eca33b5e0c2bfbfd2af6 (diff) | |
download | upstream-76e873a28942a1dd4182ba64483bdfc77b3911b4.tar.gz upstream-76e873a28942a1dd4182ba64483bdfc77b3911b4.tar.bz2 upstream-76e873a28942a1dd4182ba64483bdfc77b3911b4.zip |
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')
-rw-r--r-- | package/kernel/lantiq/ltq-atm/Makefile | 5 | ||||
-rw-r--r-- | package/kernel/lantiq/ltq-ptm/Makefile | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile index c557ee5b25..9fe1b40620 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 22f09cce67..2792de6fd2 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) |