aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-15 06:35:13 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-15 06:35:13 +0000
commit56c5f2ead61d9e2c83d6f9959a4c3c542887494b (patch)
tree0ff7fe997842f7f2f4025ede0d2e12833db77117 /config
parent555589354c9c7959579e14d9cd6c0aaac0b3c9cc (diff)
downloadmaster-187ad058-56c5f2ead61d9e2c83d6f9959a4c3c542887494b.tar.gz
master-187ad058-56c5f2ead61d9e2c83d6f9959a4c3c542887494b.tar.bz2
master-187ad058-56c5f2ead61d9e2c83d6f9959a4c3c542887494b.zip
kernel: enable open by fhandle syscalls
This is needed by many services to function properly and as all modern distributions got it enabled, it starts to be a de-facto standard, i.e. user-space starts to silently depend on it. This also pulls in EXPORTFS, however, the kernel binary size increases only a little. On ARM systems comes down to 800 bytes uncompressed and about 200 bytes compressed size. On MIPS systems it's about 1.2 kB size increase of the LZMA compressed kernel. v2: use menuconfig option instead of just enabling the option Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index a0bd13e49c..34e07bd8ab 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -481,3 +481,9 @@ config KERNEL_SECCOMP_FILTER
default n
help
Build kernel with support for seccomp BPF programs.
+
+config KERNEL_FHANDLE
+ bool "Enable open by fhandle syscalls"
+ default n
+ help
+ Build kernel with support for open by fhandle syscalls