ar71xx: disable ath79 in order to get rid of Kconfig warnings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29711 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2012-01-11 09:14:19 +00:00
parent c7cf50257f
commit 510237b282
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -757,7 +757,7 @@ endchoice
source "arch/mips/alchemy/Kconfig"
source "arch/mips/ar71xx/Kconfig"
-source "arch/mips/ath79/Kconfig"
+# source "arch/mips/ath79/Kconfig"
source "arch/mips/bcm63xx/Kconfig"
source "arch/mips/jazz/Kconfig"
source "arch/mips/jz4740/Kconfig"