summaryrefslogtreecommitdiff
path: root/target/linux/mediatek/patches/1003-openwrt-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/patches/1003-openwrt-config.patch')
-rw-r--r--target/linux/mediatek/patches/1003-openwrt-config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches/1003-openwrt-config.patch b/target/linux/mediatek/patches/1003-openwrt-config.patch
new file mode 100644
index 0000000..4df82e4
--- /dev/null
+++ b/target/linux/mediatek/patches/1003-openwrt-config.patch
@@ -0,0 +1,13 @@
+Index: linux-3.10.20/Kconfig
+===================================================================
+--- linux-3.10.20.orig/Kconfig
++++ linux-3.10.20/Kconfig
+@@ -8,4 +8,8 @@ config SRCARCH
+ string
+ option env="SRCARCH"
+
++config SUPPORT_OPENWRT
++ bool "Support OpenWrt"
++ default n
++
+ source "arch/$SRCARCH/Kconfig"