mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 15:29:48 +00:00
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:
parent
1129b226f7
commit
fca966aab2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user