busybox: Activate resize tool by default
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Apr 2023 10:24:22 +0000 (12:24 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 25 Apr 2023 20:00:03 +0000 (22:00 +0200)
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>
package/utils/busybox/Config-defaults.in

index 220d9eac2046114f16a309b01906ec412d07a1f0..5378e92b9f19b31f6d20bca35e1b5461e9f33e9c 100644 (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