From 8794ad75a863c2ef4ce64c3f8d59079108b1bb26 Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Mon, 1 May 2023 11:47:45 +0200 Subject: [PATCH] list files in the size of kilobytes at the end of the build ls -hs --block-size=K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-*.bin 1485K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm01-squashfs-kernel.bin 2673K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm01-squashfs-rootfs.bin 4141K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm01-squashfs-sysupgrade.bin 1485K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm02-squashfs-kernel.bin 2657K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm02-squashfs-rootfs.bin 4129K openwrt-imagebuilder-21.02.7-ramips-rt305x.Linux-x86_64/bin/targets/ramips/rt305x/openwrt-21.02.7-stocklayout+mesh+noppp-ramips-rt305x-hootoo_ht-tm02-squashfs-sysupgrade.bin For kernel 1536K is the maximum. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17622c2..75f44c1 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ images: $(BUILDER) linux-sources base-files ;) sleep 5 cat $(BUILDER)/bin/targets/$(BOARD)/$(SUBTARGET)/sha256sums - ls -hs $(BUILDER)/bin/targets/$(BOARD)/$(SUBTARGET)/openwrt-*.bin + ls -hs --block-size=K $(BUILDER)/bin/targets/$(BOARD)/$(SUBTARGET)/openwrt-*.bin clean: