aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-11 09:14:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-11 09:14:19 +0000
commit510237b282c358cc3614176639578d3b5a6e8aff (patch)
treea9cc047b7ac79399e055e535a98cd7a2c4520870 /target/linux
parentc7cf50257ff39ac82d445ab96e8ada426567e075 (diff)
downloadmaster-187ad058-510237b282c358cc3614176639578d3b5a6e8aff.tar.gz
master-187ad058-510237b282c358cc3614176639578d3b5a6e8aff.tar.bz2
master-187ad058-510237b282c358cc3614176639578d3b5a6e8aff.zip
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
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/patches-2.6.39/400-mips-disable-ath79-platform.patch11
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"