diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 02:24:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 02:24:13 +0100 |
commit | 89abc818fd48298b1c63774d4eadd7c558604779 (patch) | |
tree | 054e8a481ff5460b12ae15513c1a8367908f6b52 /target | |
parent | 7144ed41e87d66eb29aaa316dc84c7ecd0b386bb (diff) |
add missing kernel symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.fs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index ec428f3bc..46c8f090e 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -6,6 +6,9 @@ menu "Filesystems support" config ADK_KERNEL_MISC_FILESYSTEMS bool +config ADK_KERNEL_FILE_LOCKING + bool + config ADK_KERNEL_FSNOTIFY bool default y |