diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-25 18:53:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-25 18:53:12 +0100 |
commit | b9166d4308a7912c69f8bf4af59b35fc5f7d75be (patch) | |
tree | c0e9226ba2465d0438d0f93b7953d16210dd14a2 /target/linux | |
parent | 13f60ace523c24e2c4cc3db7635171318dc21b82 (diff) |
enable file locking, very important, xbmc & pulseaduio does not start without it
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/kernel.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config index 491b04c92..97237b382 100644 --- a/target/linux/kernel.config +++ b/target/linux/kernel.config @@ -13,6 +13,8 @@ CONFIG_XFRM=y CONFIG_INET=y CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y +CONFIG_BLOCK=y +CONFIG_FILE_LOCKING=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_NLS=y |