add busybox flock support

This commit is contained in:
coolsnowwolf 2018-01-14 21:34:57 +08:00
parent a75d5c7bfb
commit 8e41d2030c
2 changed files with 2 additions and 2 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_FREERAMDISK
bool
default n

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.25.1
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2