busybox: enable find -newer needed for shorewall firewall, no size increase on binary

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian 2017-12-09 19:11:28 +02:00 committed by John Crispin
parent 1a51241cb1
commit 1044723ec9
2 changed files with 2 additions and 2 deletions

View 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

View 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