summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch
blob: b34f487be03c605667a6d30d98427cfc6ad15c39 (plain)
1
2
3
4
5
6
7
8
9
10
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