aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:01 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:01 +0000
commit6aab9203e996b37c9ad607d9c50fe4e5d0149b58 (patch)
treef29e1b0cffb701942a02b7b8ae47a62aaab10e69 /package/kernel/lantiq
parentebf027fd03095addfc32bddbf37cc8567403ea70 (diff)
downloadmaster-187ad058-6aab9203e996b37c9ad607d9c50fe4e5d0149b58.tar.gz
master-187ad058-6aab9203e996b37c9ad607d9c50fe4e5d0149b58.tar.bz2
master-187ad058-6aab9203e996b37c9ad607d9c50fe4e5d0149b58.zip
ltq-hcd: remove ar10 and vr9 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44858 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-hcd/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile
index 3f62d9c8ed..d3a373dcb7 100644
--- a/package/kernel/lantiq/ltq-hcd/Makefile
+++ b/package/kernel/lantiq/ltq-hcd/Makefile
@@ -31,8 +31,6 @@ endef
KernelPackage/ltq-hcd-ase=$(call KernelPackage/ltq-hcd-template,ase,ase)
KernelPackage/ltq-hcd-danube=$(call KernelPackage/ltq-hcd-template,danube,xway)
KernelPackage/ltq-hcd-ar9=$(call KernelPackage/ltq-hcd-template,ar9,xway)
-KernelPackage/ltq-hcd-vr9=$(call KernelPackage/ltq-hcd-template,vr9,xrx200)
-KernelPackage/ltq-hcd-ar10=$(call KernelPackage/ltq-hcd-template,ar10,xrx200)
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
@@ -51,5 +49,3 @@ endef
$(eval $(call KernelPackage,ltq-hcd-ase))
$(eval $(call KernelPackage,ltq-hcd-danube))
$(eval $(call KernelPackage,ltq-hcd-ar9))
-$(eval $(call KernelPackage,ltq-hcd-vr9))
-#$(eval $(call KernelPackage,ltq-hcd-ar10))