busybox: enable fsync applet by default
SVN-Revision: 33159
This commit is contained in:
parent
f164b71189
commit
fb2db91797
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.19.4
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
|
|
@ -375,7 +375,7 @@ config BUSYBOX_CONFIG_FOLD
|
|||
|
||||
config BUSYBOX_CONFIG_FSYNC
|
||||
bool "fsync"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
fsync is used to flush file-related cached blocks to disk.
|
||||
|
||||
|
|
Loading…
Reference in a new issue