tn3399_openwrt/package
Rui Salvaterra eb24a57b7f busybox: store applet usage messages uncompressed
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.

Size diffs (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-omnia-initramfs.tar.gz:

  9163597 vs 9162531 bytes (1066 bytes difference).

openwrt-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin:

  9161688 vs 9160600 bytes (1088 bytes difference).

openwrt-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz:

 9729550 vs 9729230 bytes (320 bytes difference).

All in all, we save just a little bit over 1 kiB. As an added bonus, we
also don't have to decompress the messages twice, (first from squashfs,
then from the bzip2 message storage).

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
[added additional size comparision diff detaisl]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-07-11 14:42:32 +02:00
..
base-files base-files/functions.sh: use command -v instead of which 2020-07-11 14:42:32 +02:00
boot kirkwood: add support for Check Point L-50 2020-07-11 13:33:28 +02:00
devel kernel: fix portability issue with perf on linux 5.4 2020-06-04 21:52:57 +02:00
firmware linux-firmware: package EIP197 mini firmware 2020-07-11 13:33:28 +02:00
kernel kernel: kmod-zram: break the strict dependency from lz4 2020-07-11 13:33:28 +02:00
libs lzo: switch to building with CMake 2020-07-11 13:33:28 +02:00
network wireguard-tools: replace backticks by $(...) 2020-07-11 12:52:01 +02:00
system zram-swap: correctly express the required dependencies 2020-07-11 13:33:28 +02:00
utils busybox: store applet usage messages uncompressed 2020-07-11 14:42:32 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00