From c5d9f4329afb3fc6a152f73b254c195954e38c9a Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Thu, 9 Feb 2023 22:23:55 +0200 Subject: [PATCH] Disable ext4 images. Fixes #13. --- .buildbot/openwrt/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 0ecd5cd..5ebd28f 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -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