ipq6018mibib/ipq5018/flash_partition/ipq5018-ubinize_64.cfg
2025-09-28 10:20:07 +08:00

59 lines
1.0 KiB
INI
Executable File

[kernel]
# Volume mode (other option is static)
mode=ubi
# Source image
image=openwrt-ipq50xx-generic-ipq5018-mpxx-fit-uImage.itb
vol_size=6MiB
vol_type=static
# Volume ID in UBI image
vol_id=0
# Volume name
vol_name=kernel
[wifi_fw]
# Volume mode (other option is static)
mode=ubi
# Source image
image=wifi_fw_ipq5018_qcn9000_squashfs.img
vol_size=6MiB
vol_type=static
# Volume ID in UBI image
vol_id=1
# Volume name
vol_name=wifi_fw
[bt_fw]
# Volume mode (other option is static)
mode=ubi
# Source image
image=bt_fw_patch_squashfs.img
vol_size=256KiB
vol_type=static
# Volume ID in UBI image
vol_id=2
# Volume name
vol_name=bt_fw
[rootfs]
# Volume mode (other option is static)
mode=ubi
# Source image
image=openwrt-ipq50xx-generic-squashfs-root.img
# Volume ID in UBI image
vol_id=3
# Allow for dynamic resize
vol_type=dynamic
# Volume name
vol_name=ubi_rootfs
[rootfs_data]
mode=ubi
# this is arbitrary, since autoresize below will use up the remaining
# free space on the mtd volume
vol_size=1KiB
vol_id=4
vol_type=dynamic
vol_name=rootfs_data
vol_flags=autoresize