summaryrefslogtreecommitdiff
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2017-12-09 19:11:28 +0200
committerJohn Crispin <john@phrozen.org>2017-12-14 09:29:30 +0100
commit1044723ec9a5689b0a80961464b319d40e0621ca (patch)
treeea104c51d29bc49cad2ff0053d77edb4942710dd /package/utils/busybox/Makefile
parent1a51241cb1be87a45cac12753a437f786329afc6 (diff)
downloadmtk-20170518-1044723ec9a5689b0a80961464b319d40e0621ca.zip
mtk-20170518-1044723ec9a5689b0a80961464b319d40e0621ca.tar.gz
mtk-20170518-1044723ec9a5689b0a80961464b319d40e0621ca.tar.bz2
busybox: enable find -newer needed for shorewall firewall, no size increase on binary
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 4b1bbed..3a8dde8 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.27.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2