1 min readJul 7, 2020
How to : Quick resize squashfs image in openwrt 19.07.3 x86–64
- Download image builder from openwrt website
- Extract to where you want
- go inside openwrt image builder directory
- edit file .config
- change CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 and CONFIG_TARGET_ROOTFS_PARTSIZE=512
both default value is 256
then make a image by command
make
I tested only 512m and 1024mb. a bigger than this is failed on build.
Hope this help
Happy openwrt.