diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-11 09:14:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-11 09:14:19 +0000 |
commit | 67f62cf5cfecd91550aa35fd22dda2ad15ff0eba (patch) | |
tree | 883f5c34bc6e02ad8f7f54ba6836f7fa2d2e3bd1 | |
parent | 88d8cdd5031a954fc67a4f8ef2661b4532aa4688 (diff) | |
download | upstream-67f62cf5cfecd91550aa35fd22dda2ad15ff0eba.tar.gz upstream-67f62cf5cfecd91550aa35fd22dda2ad15ff0eba.tar.bz2 upstream-67f62cf5cfecd91550aa35fd22dda2ad15ff0eba.zip |
ar71xx: disable ath79 in order to get rid of Kconfig warnings
SVN-Revision: 29711
-rw-r--r-- | target/linux/ar71xx/patches-2.6.39/400-mips-disable-ath79-platform.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 0000000000..4f68cc7f0e --- /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" |