mirror of https://github.com/hak5/openwrt.git
ar71xx: disable ath79 in order to get rid of Kconfig warnings
SVN-Revision: 29711lede-17.01
parent
88d8cdd503
commit
67f62cf5cf
|
@ -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"
|
Loading…
Reference in New Issue