[openwrt/openwrt] busybox: Activate resize tool by default

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 25 13:00:13 PDT 2023


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fca966aab2d5b353c7491a5a75df479506cd830f

commit fca966aab2d5b353c7491a5a75df479506cd830f
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Apr 23 12:24:22 2023 +0200

    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 at hauke-m.de>
---
 package/utils/busybox/Config-defaults.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
index 220d9eac20..5378e92b9f 100644
--- a/package/utils/busybox/Config-defaults.in
+++ b/package/utils/busybox/Config-defaults.in
@@ -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




More information about the lede-commits mailing list