Skip to content
Snippets Groups Projects
Commit 63c436ea authored by Mathias Kresin's avatar Mathias Kresin
Browse files

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: default avatarMathias Kresin <dev@kresin.me>
parent b02b7004
No related branches found
No related tags found
No related merge requests found
...@@ -29,11 +29,7 @@ endef ...@@ -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-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-ar9=$(call KernelPackage/ltq-atm-template,ar9,TARGET_lantiq_xway)
KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase) KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase)
KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
define KernelPackage/ltq-atm-vr9
$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
AUTOLOAD:=
endef
define Build/Configure define Build/Configure
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment