tce-load -i compiletc liblzma-dev lzo-dev zstd-dev liblz4-dev wget https://github.com/plougher/squashfs-tools/releases/download/4.7.4/squashfs-tools-4.7.4.tar.gz cd squashfs-tools-4.7.4 patch -Np0 -i ../squashfs-tools_block_size.patch cd squashfs-tools Edit Makefile XZ_SUPPORT = 1 LZO_SUPPORT = 1 LZ4_SUPPORT = 1 ZSTD_SUPPORT = 1 #XATTR_SUPPORT = 1 CFLAGS ?= make CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" [0m 14.46s] sudo make CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" install