aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/utils/busybox/Config-defaults.in2
-rw-r--r--package/utils/busybox/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
index 2a8d9dd397..afb7d48f8c 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 4b1bbed67b..3a8dde8217 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