summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.addons
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-26 16:34:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-26 16:35:15 +0200
commitadf710e4401f110a7e124bec5d3230b9be3902ef (patch)
treebc0447a634d0aee949010832693d8d934d1f23b3 /target/linux/config/Config.in.addons
parent6a6fb6f8bef22e088346a47067bef6858e85b1ba (diff)
hide addon patches, move yaffs2 to addon style patch-
Diffstat (limited to 'target/linux/config/Config.in.addons')
-rw-r--r--target/linux/config/Config.in.addons13
1 files changed, 5 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons
index 5c020812d..52a56d61c 100644
--- a/target/linux/config/Config.in.addons
+++ b/target/linux/config/Config.in.addons
@@ -1,17 +1,14 @@
-menu "Kernel addons"
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+config ADK_KERNEL_ADDON_YAFFS2
+ boolean
config ADK_KERNEL_ADDON_GRSEC
- prompt "Enable Grsecurity addon"
boolean
depends on ADK_KERNEL_VERSION_3_14
- help
- http://www.grsecurity.net
config ADK_KERNEL_ADDON_MPTCP
- prompt "Enable Multipath TCP addon"
boolean
depends on ADK_KERNEL_VERSION_3_14
- help
- http://www.multipath-tcp.org
-endmenu