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