diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-22 13:53:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-22 13:53:01 +0000 |
commit | 60cc4c5c00c31ae15a8cc2677b846e5ad1fcc58b (patch) | |
tree | ff2da09ead550076b8b4a55968341b774029685f /package/kernel/lantiq | |
parent | 823b8cfc5f332aaa95c5b6b04282cdf1495d6a79 (diff) | |
download | upstream-60cc4c5c00c31ae15a8cc2677b846e5ad1fcc58b.tar.gz upstream-60cc4c5c00c31ae15a8cc2677b846e5ad1fcc58b.tar.bz2 upstream-60cc4c5c00c31ae15a8cc2677b846e5ad1fcc58b.zip |
lantiq: dont build ar10 drivers
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile index 74218c887b..6b00e6759f 100644 --- a/package/kernel/lantiq/ltq-hcd/Makefile +++ b/package/kernel/lantiq/ltq-hcd/Makefile @@ -50,4 +50,4 @@ $(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)) +#$(eval $(call KernelPackage,ltq-hcd-ar10)) |