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

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
v19.07.3_mercusys_ac12_duma
Lucian Cristian 7 years ago committed by John Crispin
parent 1a51241cb1
commit 1044723ec9

@ -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

@ -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

Loading…
Cancel
Save