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 <roman@advem.lv>
This commit is contained in:
Roman Yeryomin 2017-12-17 20:30:42 +02:00 committed by John Crispin
parent 597de6904c
commit 2277cd1249
1 changed files with 1 additions and 1 deletions

View File

@ -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