Procházet zdrojové kódy

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 <[email protected]>
Hauke Mehrtens před 2 roky
rodič
revize
fca966aab2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      package/utils/busybox/Config-defaults.in

+ 1 - 1
package/utils/busybox/Config-defaults.in

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