summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch b/target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch
new file mode 100644
index 000000000..b34f487be
--- /dev/null
+++ b/target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch
@@ -0,0 +1,11 @@
+--- a/fs/Kconfig
++++ b/fs/Kconfig
+@@ -47,7 +47,7 @@ config FS_POSIX_ACL
+ def_bool n
+
+ config EXPORTFS
+- bool
++ tristate
+
+ config FILE_LOCKING
+ bool "Enable POSIX file locking API" if EXPERT