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

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
master
Lucian Cristian 7 years ago committed by John Crispin
parent 1a51241cb1
commit 1044723ec9
  1. 2
      package/utils/busybox/Config-defaults.in
  2. 2
      package/utils/busybox/Makefile

@ -1089,7 +1089,7 @@ config BUSYBOX_DEFAULT_FEATURE_FIND_MAXDEPTH
default y default y
config BUSYBOX_DEFAULT_FEATURE_FIND_NEWER config BUSYBOX_DEFAULT_FEATURE_FIND_NEWER
bool bool
default n default y
config BUSYBOX_DEFAULT_FEATURE_FIND_INUM config BUSYBOX_DEFAULT_FEATURE_FIND_INUM
bool bool
default n default n

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox PKG_NAME:=busybox
PKG_VERSION:=1.27.2 PKG_VERSION:=1.27.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_FLAGS:=essential PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

Loading…
Cancel
Save