1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 13:39:51 +03:00

[package] busybox: enable fsync applet by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33159 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-13 09:55:12 +00:00
parent 8a54c0b2cb
commit 13af496c2a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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