chore(board): rename iso arch to i686

This commit is contained in:
desertwitch
2026-02-17 17:23:52 +01:00
parent 59ec5813c6
commit e7b2317d05

View File

@@ -3,7 +3,7 @@
if grep -Eq "^BR2_ARCH_IS_64=y$" "${BR2_CONFIG}"; then
MKIMAGE_ARCH=x86_64
else
MKIMAGE_ARCH=i386
MKIMAGE_ARCH=i686
fi
version=$(cat board/shredos/fsoverlay/etc/shredos/version.txt)