diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-19 20:54:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-19 20:54:51 +0200 |
commit | dce2dfd3b19a8d7646cd0fd7e5d83b1b9e0625db (patch) | |
tree | 32dcef780742662b49cee05e3ced606bf873dd3c /target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch | |
parent | bfe861641a1bc13db614981c20ae32d0eb1d55fc (diff) |
fix usb for 3.10.30
Diffstat (limited to 'target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch')
-rw-r--r-- | target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch b/target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch new file mode 100644 index 000000000..39b5e1adc --- /dev/null +++ b/target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch @@ -0,0 +1,12 @@ +diff -Nur linux-3.10.30.orig/fs/Kconfig linux-3.10.30/fs/Kconfig +--- linux-3.10.30.orig/fs/Kconfig 2014-02-13 22:48:15.000000000 +0100 ++++ linux-3.10.30/fs/Kconfig 2014-05-19 20:41:23.637038598 +0200 +@@ -51,7 +51,7 @@ + def_bool n + + config EXPORTFS +- tristate ++ def_bool y + + config FILE_LOCKING + bool "Enable POSIX file locking API" if EXPERT |