From: Gabor Juhos Date: Wed, 11 Jan 2012 09:14:19 +0000 (+0000) Subject: ar71xx: disable ath79 in order to get rid of Kconfig warnings X-Git-Tag: reboot~15193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f62cf5cfecd91550aa35fd22dda2ad15ff0eba;p=thirdparty%2Fopenwrt.git ar71xx: disable ath79 in order to get rid of Kconfig warnings SVN-Revision: 29711 --- diff --git a/target/linux/ar71xx/patches-2.6.39/400-mips-disable-ath79-platform.patch b/target/linux/ar71xx/patches-2.6.39/400-mips-disable-ath79-platform.patch new file mode 100644 index 00000000000..4f68cc7f0e2 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.39/400-mips-disable-ath79-platform.patch @@ -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"