aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.netboot.sh
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2019-02-22 21:08:14 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-28 22:10:16 +0100
commit0ac4b4a86aa6497bb9f0f4e7dcb962e7a80f6692 (patch)
tree6750ac905bc53a40d3e0059f00b6f8b1c073fd84 /scripts/mkimg.netboot.sh
parent7a2566ec8260ceacae81088ebe2ffe6526c3809e (diff)
downloadaports-0ac4b4a86aa6497bb9f0f4e7dcb962e7a80f6692.tar.bz2
aports-0ac4b4a86aa6497bb9f0f4e7dcb962e7a80f6692.tar.xz
scripts: add armv7 support to images
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> (cherry picked from commit bf993f3f649bc2e9520ff4d1f9a3c00a41f419e0)
Diffstat (limited to 'scripts/mkimg.netboot.sh')
-rwxr-xr-xscripts/mkimg.netboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh
index afce270f81..aa7f8c5429 100755
--- a/scripts/mkimg.netboot.sh
+++ b/scripts/mkimg.netboot.sh
@@ -10,7 +10,7 @@ profile_netboot() {
desc="Kernel, initramfs and modloop for
netboot.
"
- arch="aarch64 armhf ppc64le x86 x86_64 s390x"
+ arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x"
kernel_cmdline="nomodeset"
kernel_flavors="vanilla"
modloop_sign=yes