diff options
author | John Crispin <john@openwrt.org> | 2015-03-17 09:43:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-17 09:43:01 +0000 |
commit | 0a0cca5fdb4079ba8c82794006663d08a0ebe816 (patch) | |
tree | 7306ce823098f3eaa33ef01f5062c97df6a2aad2 /package/kernel/lantiq | |
parent | 986af9e64ebdfd2fc6edaece79f14bc3e0b04b95 (diff) | |
download | upstream-0a0cca5fdb4079ba8c82794006663d08a0ebe816.tar.gz upstream-0a0cca5fdb4079ba8c82794006663d08a0ebe816.tar.bz2 upstream-0a0cca5fdb4079ba8c82794006663d08a0ebe816.zip |
ltq-hcd: remove ar10 and vr9 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44858
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/Makefile | 4 |
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)) |