busybox: Enable find applet
The `install-update` script uses `find` to identify the kernel image included in the new root filesystem.dev/gentoo
parent
0b7519c07d
commit
2beae39208
|
@ -8,6 +8,7 @@ du
|
||||||
echo
|
echo
|
||||||
env
|
env
|
||||||
false
|
false
|
||||||
|
find
|
||||||
free
|
free
|
||||||
fsync
|
fsync
|
||||||
fuser
|
fuser
|
||||||
|
|
|
@ -441,7 +441,7 @@ CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=0
|
||||||
#
|
#
|
||||||
# Finding Utilities
|
# Finding Utilities
|
||||||
#
|
#
|
||||||
# CONFIG_FIND is not set
|
CONFIG_FIND=y
|
||||||
# CONFIG_FEATURE_FIND_PRINT0 is not set
|
# CONFIG_FEATURE_FIND_PRINT0 is not set
|
||||||
# CONFIG_FEATURE_FIND_MTIME is not set
|
# CONFIG_FEATURE_FIND_MTIME is not set
|
||||||
# CONFIG_FEATURE_FIND_MMIN is not set
|
# CONFIG_FEATURE_FIND_MMIN is not set
|
||||||
|
|
Loading…
Reference in New Issue