aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-ptm
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-09 16:31:24 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-09 16:31:24 +0000
commit02e24506c344ad8ee7f5b0b2b4821a568b8c9ff0 (patch)
tree0ed1cc1733dd221e8315e521f5de8ac61af54575 /package/kernel/lantiq/ltq-ptm
parent4555edf466840012323fece102b263d067279b4c (diff)
downloadmaster-187ad058-02e24506c344ad8ee7f5b0b2b4821a568b8c9ff0.tar.gz
master-187ad058-02e24506c344ad8ee7f5b0b2b4821a568b8c9ff0.tar.bz2
master-187ad058-02e24506c344ad8ee7f5b0b2b4821a568b8c9ff0.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq/ltq-ptm')
-rw-r--r--package/kernel/lantiq/ltq-ptm/Makefile1
1 files changed, 0 insertions, 1 deletions
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)