mirror of
https://github.com/stkuroneko/ipq6018mibib.git
synced 2025-12-16 17:15:27 +00:00
46 lines
865 B
INI
Executable File
46 lines
865 B
INI
Executable File
[kernel]
|
|
# Volume mode (other option is static)
|
|
mode=ubi
|
|
# Source image
|
|
image=openwrt-ipq-ipq90xx-qcom-ipq90xx-alxx-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_ipq9048_squashfs.img
|
|
vol_size=4MiB
|
|
vol_type=static
|
|
# Volume ID in UBI image
|
|
vol_id=1
|
|
# Volume name
|
|
vol_name=wifi_fw
|
|
|
|
[rootfs]
|
|
# Volume mode (other option is static)
|
|
mode=ubi
|
|
# Source image
|
|
image=openwrt-ipq-ipq90xx-squashfs-root.img
|
|
# Volume ID in UBI image
|
|
vol_id=2
|
|
# 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=3
|
|
vol_type=dynamic
|
|
vol_name=rootfs_data
|
|
vol_flags=autoresize
|