[source] busybox: enable find -newer needed for shorewall firewall, no size increase on binary
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 14 00:29:55 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/1044723ec9a5689b0a80961464b319d40e0621ca
commit 1044723ec9a5689b0a80961464b319d40e0621ca
Author: Lucian Cristian <lucian.cristian at gmail.com>
AuthorDate: Sat Dec 9 19:11:28 2017 +0200
busybox: enable find -newer needed for shorewall firewall, no size increase on binary
Signed-off-by: Lucian Cristian <lucian.cristian at gmail.com>
---
package/utils/busybox/Config-defaults.in | 2 +-
package/utils/busybox/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
index 2a8d9dd..afb7d48 100644
--- a/package/utils/busybox/Config-defaults.in
+++ b/package/utils/busybox/Config-defaults.in
@@ -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
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
More information about the lede-commits
mailing list