diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-09 20:45:17 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-09 20:45:17 +0000 |
commit | 148e8f6dc7ec1a5418134721ad2fce6de52b044c (patch) | |
tree | ac60c5a1e1824310a02e7f2955b464ef8a48d1f0 /target/linux/mcs814x/config-default | |
parent | 1c230e22aabce597de3aeb43d61294fecb8d716b (diff) |
mcs814x: enable POSIX file locking
opkg (and possible other tools) are currently broken as it requires
file locking support enabled in the kernel.
Without this results in a message like:
root@OpenWrt:/etc/config# opkg update
Collected errors:
* opkg_conf_load: Could not lock /var/lock/opkg.lock: Permission denied.
With this patch opkg is fully functional on this platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/config-default')
-rw-r--r-- | target/linux/mcs814x/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mcs814x/config-default b/target/linux/mcs814x/config-default index 00c6b6ccba..ce406e3642 100644 --- a/target/linux/mcs814x/config-default +++ b/target/linux/mcs814x/config-default @@ -52,7 +52,6 @@ CONFIG_DECOMPRESS_LZMA=y CONFIG_DTC=y CONFIG_EARLY_PRINTK=y # CONFIG_ENABLE_WARN_DEPRECATED is not set -# CONFIG_FILE_LOCKING is not set CONFIG_FIQ=y CONFIG_FRAME_POINTER=y CONFIG_GENERIC_ATOMIC64=y |