From: Florian Fainelli Date: Fri, 9 Aug 2013 20:45:17 +0000 (+0000) Subject: mcs814x: enable POSIX file locking X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b03e1ad37010c9beaa70a9b1b8a8a7e798f51fd3;p=15.05%2Fopenwrt.git 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 Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37745 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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