diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-28 09:31:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-28 09:31:17 +0100 |
commit | df2df099d825e98d7588661197eaec3b94f70b00 (patch) | |
tree | 3013ef7ced6aa32c9114884ca5c4b312967b3716 | |
parent | e09726cd75a5f233793ca92f7bd09d77a72e6b05 (diff) |
always enable file locking, to much testsuite failures without it
-rw-r--r-- | target/linux/config/Config.in.fs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 46c8f090e..71b6ce7fb 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -8,6 +8,7 @@ config ADK_KERNEL_MISC_FILESYSTEMS config ADK_KERNEL_FILE_LOCKING bool + default y config ADK_KERNEL_FSNOTIFY bool |