summaryrefslogtreecommitdiff
path: root/target/linux/kernel.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-25 18:53:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-25 18:53:12 +0100
commitb9166d4308a7912c69f8bf4af59b35fc5f7d75be (patch)
treec0e9226ba2465d0438d0f93b7953d16210dd14a2 /target/linux/kernel.config
parent13f60ace523c24e2c4cc3db7635171318dc21b82 (diff)
enable file locking, very important, xbmc & pulseaduio does not start without it
Diffstat (limited to 'target/linux/kernel.config')
-rw-r--r--target/linux/kernel.config2
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