summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config')
-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