Re: [PATCH] busybox: store applet usage messages uncompressed

2020-07-09 Thread Rui Salvaterra
Hi, Petr! On Thu, 9 Jul 2020 at 16:46, Petr Štetiar wrote: > > Numbers please! :) Here you go (compressed vs uncompressed): busybox (the executable): 364596 vs 384804 bytes. OpenWrt target images (the kernel image is unchanged, obviously): omnia-medkit-openwrt-mvebu-cortexa9-cznic_turris-omni

Re: [PATCH] busybox: store applet usage messages uncompressed

2020-07-09 Thread Petr Štetiar
Rui Salvaterra [2020-07-07 14:16:47]: > The rootfs squashfs is already highly (XZ) compressed. Storing the applet > messages in compressed form will increase the entropy and reduce the overall > image compression ratio. Numbers please! :) -- ynezz __

[PATCH] busybox: store applet usage messages uncompressed

2020-07-07 Thread Rui Salvaterra
The rootfs squashfs is already highly (XZ) compressed. Storing the applet messages in compressed form will increase the entropy and reduce the overall image compression ratio. Signed-off-by: Rui Salvaterra --- package/utils/busybox/Config-defaults.in | 2 +- 1 file changed, 1 insertion(+), 1 del