diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-13 09:55:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-13 09:55:12 +0000 |
commit | b76fb3116f23facfc638b22006c485a1a1ee7dac (patch) | |
tree | 18eb4358b712a09114819ff6a5af691873ebff2e /package/busybox/Makefile | |
parent | 8bccd58c7da7678c1f67525708f11e69006cfe58 (diff) | |
download | upstream-b76fb3116f23facfc638b22006c485a1a1ee7dac.tar.gz upstream-b76fb3116f23facfc638b22006c485a1a1ee7dac.tar.bz2 upstream-b76fb3116f23facfc638b22006c485a1a1ee7dac.zip |
[package] busybox: enable fsync applet by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 13aa28945d..9cb84a19e3 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -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 |