aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-10-15 12:34:33 +0200
committerMathias Kresin <dev@kresin.me>2017-10-25 08:45:05 +0200
commit63c436ea4b7a9946aaa24651a97c8c9e82d28591 (patch)
treeb602bee0171129bb2e9c42c1fd9928139f15e761 /package/kernel/lantiq
parentb02b7004f8d1a946cfd71d2458d5bc3c5946dae7 (diff)
downloadupstream-63c436ea4b7a9946aaa24651a97c8c9e82d28591.tar.gz
upstream-63c436ea4b7a9946aaa24651a97c8c9e82d28591.tar.bz2
upstream-63c436ea4b7a9946aaa24651a97c8c9e82d28591.zip
ltq-atm: remove xrx200 special handling
The lantiq ATM driver is load for all subtargets on demand now. There is not need to handle the xrx200 ATM driver in a special way any longer. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-atm/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index 065ce17e34..a4f9c0337f 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -29,11 +29,7 @@ endef
KernelPackage/ltq-atm-danube=$(call KernelPackage/ltq-atm-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))
KernelPackage/ltq-atm-ar9=$(call KernelPackage/ltq-atm-template,ar9,TARGET_lantiq_xway)
KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase)
-
-define KernelPackage/ltq-atm-vr9
- $(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
- AUTOLOAD:=
-endef
+KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
define Build/Configure
endef