Instructions
1.Devices ≥ 8 MiB flash
From the command line interface write (on a single line):
opkg update && opkg install block-mount kmod-fs-ext4 kmod-usb-storage e2fsprogs kmod-usb-ohci kmod-usb-uhci fdisk
This installs packages needed for a partition with ext4 filesystem.
2. Configuring rootfs_data
Connect with ssh to the device. Configure /etc/config/fstab
to mount the rootfs_data
in another directory in case you need to access the original root overlay to change your extroot settings:
DEVICE="$(awk -e '/\s\/overlay\s/{print $1}' /etc/mtab)" uci -q delete fstab.rwm uci set fstab.rwm="mount" uci set fstab.rwm.device="${DEVICE}" uci set fst