summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:29:23 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:31:29 +0200
commita0feff3c2cc00c665d2497dd1c4080469ec75df9 (patch)
treee6a230e044aeaed17fe740ff1dadc8db6a553533 /target/linux/config
parent54c99e477325092fe15728b798c31bf6d8df20dd (diff)
add aufs patch for 4.1.x
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.aufs11
-rw-r--r--target/linux/config/Config.in.fs2
2 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.aufs b/target/linux/config/Config.in.aufs
index 033270fdc..9c65d37f4 100644
--- a/target/linux/config/Config.in.aufs
+++ b/target/linux/config/Config.in.aufs
@@ -49,6 +49,7 @@ config ADK_KERNEL_AUFS_HINOTIFY
config ADK_KERNEL_AUFS_EXPORT
bool "NFS-exportable aufs"
+ select ADK_KERNEL_EXPORTFS
help
If you want to export your mounted aufs via NFS, then enable this
option. There are several requirements for this configuration.
@@ -85,11 +86,11 @@ config ADK_KERNEL_AUFS_BR_FUSE
It implements the internal poll(2) operation which is
implemented by fuse only (curretnly).
-config ADK_KERNEL_AUFS_DEBUG
- bool "Debug aufs"
- help
- Enable this to compile aufs internal debug code.
- It will have a negative impact to the performance.
+#config ADK_KERNEL_AUFS_DEBUG
+# bool "Debug aufs"
+# help
+# Enable this to compile aufs internal debug code.
+# It will have a negative impact to the performance.
endif
endmenu
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 2cc22e335..37d2cde15 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -11,7 +11,7 @@ config ADK_KERNEL_FSNOTIFY
default y
config ADK_KERNEL_EXPORTFS
- bool
+ tristate
config ADK_KERNEL_JBD2
tristate