Disable ext4 images #17

Merged
PeterSurda merged 1 commits from lee.miller/openwrt:image into main 2023-02-10 02:13:02 +01:00

View File

@ -46,6 +46,8 @@ make info
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
# Disable ext4 images
echo "CONFIG_TARGET_ROOTFS_EXT4FS=n" >> .config
# Setup files
mkdir -p files/root/.ssh