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 | fb2db91797336bc8b223489d17053349d219fc5f (patch) | |
tree | 25250570c6d24352fa148b26e1b26914a643e4e5 /package/busybox/Makefile | |
parent | f164b71189783fa57f6790b47520bf361a3be05f (diff) | |
download | mtk-20170518-fb2db91797336bc8b223489d17053349d219fc5f.zip mtk-20170518-fb2db91797336bc8b223489d17053349d219fc5f.tar.gz mtk-20170518-fb2db91797336bc8b223489d17053349d219fc5f.tar.bz2 |
busybox: enable fsync applet by default
SVN-Revision: 33159
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 13aa289..9cb84a1 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 |