busybox: enable find -newer needed for shorewall firewall, no size increase on binary
authorLucian Cristian <lucian.cristian@gmail.com>
Sat, 9 Dec 2017 17:11:28 +0000 (19:11 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 14 Dec 2017 08:29:30 +0000 (09:29 +0100)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
package/utils/busybox/Config-defaults.in
package/utils/busybox/Makefile

index 2a8d9dd39714660a62208d460a61e87734ce8d09..afb7d48f8c25600867588c5aab26b08b45a544ae 100644 (file)
@@ -1089,7 +1089,7 @@ config BUSYBOX_DEFAULT_FEATURE_FIND_MAXDEPTH
        default y
 config BUSYBOX_DEFAULT_FEATURE_FIND_NEWER
        bool
-       default n
+       default y
 config BUSYBOX_DEFAULT_FEATURE_FIND_INUM
        bool
        default n
index 4b1bbed67bb829bb890f98eaf39b32f50f25168d..3a8dde821738bb9b8fdb09b4b5d74006e2f2c557 100644 (file)
@@ -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