summaryrefslogtreecommitdiff
path: root/target/linux/mediatek/patches/1003-openwrt-config.patch
blob: 4df82e42e686abeb90573731129e4e4e0a92e170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"