summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.6.1/defaults.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-11 12:12:15 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-11 12:12:15 +0200
commitbb192755bebb965970883168fd8ef404d4053b8e (patch)
treece7c0d807ea0d04022d32b8e0e438aa5441875b2 /target/linux/patches/3.6.1/defaults.patch
parent2a7f12012c92cc4d4bc475f07a788316f0e95030 (diff)
parent046cf475d64cb44460ac0aeb9e53032efd8185d0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.6.1/defaults.patch')
-rw-r--r--target/linux/patches/3.6.1/defaults.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/patches/3.6.1/defaults.patch b/target/linux/patches/3.6.1/defaults.patch
new file mode 100644
index 000000000..58aae610b
--- /dev/null
+++ b/target/linux/patches/3.6.1/defaults.patch
@@ -0,0 +1,22 @@
+diff -Nur linux-3.0.4.orig/fs/Kconfig linux-3.0.4/fs/Kconfig
+--- linux-3.0.4.orig/fs/Kconfig 2011-08-29 22:56:30.000000000 +0200
++++ linux-3.0.4/fs/Kconfig 2011-10-15 22:08:44.000000000 +0200
+@@ -47,7 +47,7 @@
+ def_bool n
+
+ config EXPORTFS
+- tristate
++ def_bool y
+
+ config FILE_LOCKING
+ bool "Enable POSIX file locking API" if EXPERT
+diff -Nur linux-3.0.4.orig/fs/notify/Kconfig linux-3.0.4/fs/notify/Kconfig
+--- linux-3.0.4.orig/fs/notify/Kconfig 2011-08-29 22:56:30.000000000 +0200
++++ linux-3.0.4/fs/notify/Kconfig 2011-10-15 22:02:00.000000000 +0200
+@@ -1,5 +1,5 @@
+ config FSNOTIFY
+- def_bool n
++ def_bool y
+
+ source "fs/notify/dnotify/Kconfig"
+ source "fs/notify/inotify/Kconfig"