Browse Source

convert from addon to generic patch

Waldemar Brodkorb 9 years ago
parent
commit
666c6ca329

+ 0 - 4
target/linux/config/Config.in.addons

@@ -8,7 +8,3 @@ config ADK_KERNEL_ADDON_YAFFS2
 config ADK_KERNEL_ADDON_GRSEC
 	bool
 	depends on ADK_KERNEL_VERSION_3_14
-
-config ADK_KERNEL_ADDON_MPTCP
-	bool
-	depends on ADK_KERNEL_VERSION_3_14

+ 1 - 1
target/linux/config/Config.in.network

@@ -226,7 +226,7 @@ config ADK_KERNEL_BONDING
 config ADK_KERNEL_MPTCP
 	bool "Multipath TCP support"
 	select ADK_KERNEL_IPV6
-	select ADK_KERNEL_ADDON_MPTCP
+	depends on ADK_KERNEL_VERSION_3_14
 	help
 	  http://www.multipath-tcp.org
 

+ 0 - 0
target/linux/patches/3.14.35/patch.fblogo → target/linux/patches/3.14.35/fblogo.patch


+ 0 - 0
target/linux/patches/3.14.35/patch-mptcp → target/linux/patches/3.14.35/mptcp.patch