config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
- default n
+ default y
help
dirname is used to strip a non-directory suffix from
a file name.
config BUSYBOX_CONFIG_FEATURE_FANCY_HEAD
bool " Enable head options (-c, -q, and -v)"
- default n
+ default y
depends on BUSYBOX_CONFIG_HEAD
help
This enables the head options (-c, -q, and -v).
config BUSYBOX_CONFIG_ID
bool "id"
- default n
+ default y
help
id displays the current user and group ID names.
config BUSYBOX_CONFIG_PRINTF
bool "printf"
- default n
+ default y
help
printf is used to format and print specified strings.
It's similar to `echo' except it has more options.
config BUSYBOX_CONFIG_SEQ
bool "seq"
- default n
+ default y
help
print a sequence of numbers