[package] busybox: enable fsync applet by default
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 09:55:12 +0000 (09:55 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 09:55:12 +0000 (09:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33159 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 13aa289..9cb84a1 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 b1a432f..08716b8 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.