diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-09-28 18:56:35 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-29 12:16:18 +0000 |
| commit | 8e26a358122e06b336ae4824141abc32e31e3d7a (patch) | |
| tree | 17ea582bff5e67c7ae63b715744e9ecaebf74b69 /tools/create-buildroot-image.sh | |
| parent | d265efd8b4153abba6f7b44082305976371beaad (diff) | |
tools: build a new ext4 image for arm32
The newly built image resolves the following problem:
debug1: Sending subsystem: sftp
debug1: pledge: fork
subsystem request failed on channel 0
Also, ext2->ext4 transition allows to fuzz swap on arm32.
Diffstat (limited to 'tools/create-buildroot-image.sh')
| -rwxr-xr-x | tools/create-buildroot-image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-buildroot-image.sh b/tools/create-buildroot-image.sh index c5c34a667..8e7c731b9 100755 --- a/tools/create-buildroot-image.sh +++ b/tools/create-buildroot-image.sh @@ -130,6 +130,7 @@ EOF cat >>.config <<EOF BR2_cortex_a57=y # BR2_LINUX_KERNEL is not set +BR2_TARGET_ROOTFS_EXT2_4=y EOF ;; s390x) |
