Skip to content
Snippets Groups Projects
Commit fb2db917 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

busybox: enable fsync applet by default

SVN-Revision: 33159
parent f164b711
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment