Просмотр исходного кода

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 2 лет назад
Родитель
Сommit
fca966aab2
1 измененных файлов с 1 добавлено и 1 удалено
  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
 config BUSYBOX_DEFAULT_RESIZE
 	bool
-	default n
+	default y
 config BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
 	bool
 	default n