Disable ext4 images

This commit is contained in:
Lee Miller 2023-02-09 22:14:01 +02:00
parent 8f9e9aa7ba
commit 4e38ff4c60
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -50,6 +50,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
PACKAGES="kmod-i2c-bcm2835 kmod-nf-nathelper-extra kmod-rtc-ds1307 \
kmod-usb-audio kmod-usb-net-rtl8152 \