busybox: enable fsync applet by default
authorFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 09:55:12 +0000 (09:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 09:55:12 +0000 (09:55 +0000)
SVN-Revision: 33159

package/busybox/Makefile
package/busybox/config/coreutils/Config.in

index 13aa28945ded2b098a0a0662ee828587b54f9230..9cb84a19e30dc35b4716bae94141bf02d066439c 100644 (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
index b1a432f6bc6fae5f048e127ce362a2f902ef2e17..08716b86faea5a6e513cd47a9b2496d4dc9b567b 100644 (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.