busybox: Activate resize tool by default

The resize tool will resize the prompt to match the current terminal
size. This is helpful when connecting to the system using UART to make
the vi or top output match the current terminal size.

This increases the busybox binary size by 136 bytes and the ipkg size by
335 bytes on aarch64.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2023-04-23 12:24:22 +02:00 committed by Paul Spooren
parent 1129b226f7
commit fca966aab2

View File

@ -982,7 +982,7 @@ config BUSYBOX_DEFAULT_RESET
default y
config BUSYBOX_DEFAULT_RESIZE
bool
default n
default y
config BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
bool
default n