summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.addons
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:10:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 14:11:54 +0200
commit8396727d78764e2372344ff2323c1704cc532c53 (patch)
tree7e2271b72bd1d0b09732d6b5f0104572a24e38c1 /target/linux/config/Config.in.addons
parenta8621c712cd4f00b2aa845e872efacbdd9359157 (diff)
add some experimental kernel patches for security and multipath tcp
Diffstat (limited to 'target/linux/config/Config.in.addons')
-rw-r--r--target/linux/config/Config.in.addons17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons
new file mode 100644
index 000000000..5c020812d
--- /dev/null
+++ b/target/linux/config/Config.in.addons
@@ -0,0 +1,17 @@
+menu "Kernel addons"
+
+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