Browse Source

enable file locking, very important, xbmc & pulseaduio does not start without it

Waldemar Brodkorb 10 years ago
parent
commit
b9166d4308
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/kernel.config

+ 2 - 0
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