From: Roman Yeryomin Date: Sun, 17 Dec 2017 18:30:42 +0000 (+0200) Subject: busybox: enable flock by default X-Git-Tag: v18.06.0-rc1~1434 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2277cd1249a6952228f36b768beea117c91123a0 busybox: enable flock by default This is needed for procd init script protection to work. flock adds 4248 bytes to stripped busybox binary. Signed-off-by: Roman Yeryomin --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index afb7d48f8c..4e429f4371 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -1497,7 +1497,7 @@ config BUSYBOX_DEFAULT_FINDFS default n config BUSYBOX_DEFAULT_FLOCK bool - default n + default y config BUSYBOX_DEFAULT_FDFLUSH bool default n