Skip to content

Commit

Permalink
list files in the size of kilobytes at the end of the build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xabolcs committed May 1, 2023
1 parent 6e14141 commit 8794ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8794ad7

Please sign in to comment.