busybox: Enable find applet

The `install-update` script uses `find` to identify the kernel image
included in the new root filesystem.
This commit is contained in:
2024-12-13 19:15:33 -06:00
parent 0b7519c07d
commit 2beae39208
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ du
echo
env
false
find
free
fsync
fuser

View File

@@ -441,7 +441,7 @@ CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=0
#
# Finding Utilities
#
# CONFIG_FIND is not set
CONFIG_FIND=y
# CONFIG_FEATURE_FIND_PRINT0 is not set
# CONFIG_FEATURE_FIND_MTIME is not set
# CONFIG_FEATURE_FIND_MMIN is not set