aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-04-23 12:24:22 +0200
committerPaul Spooren <mail@aparcar.org>2023-04-25 22:00:03 +0200
commitfca966aab2d5b353c7491a5a75df479506cd830f (patch)
tree154cae7dde02a2d4178805dd5969c8c10b7a9548 /package/utils
parent1129b226f7cd491c198b03d5048aaaa7262fdd42 (diff)
downloadupstream-fca966aab2d5b353c7491a5a75df479506cd830f.tar.gz
upstream-fca966aab2d5b353c7491a5a75df479506cd830f.tar.bz2
upstream-fca966aab2d5b353c7491a5a75df479506cd830f.zip
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>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/busybox/Config-defaults.in2
1 files changed, 1 insertions, 1 deletions
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