mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
scripts/mkimg.standard.sh: remove riscv64
We don't have any riscv64 kernel in main yet. This fixes the build of release images, which requires that all packages are in main.
This commit is contained in:
parent
1402388a3a
commit
877e7b1b61
@ -6,7 +6,7 @@ profile_standard() {
|
||||
profile_base
|
||||
profile_abbrev="std"
|
||||
image_ext="iso"
|
||||
arch="aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x loongarch64"
|
||||
arch="aarch64 armv7 x86 x86_64 ppc64le s390x loongarch64"
|
||||
output_format="iso"
|
||||
kernel_addons="xtables-addons"
|
||||
case "$ARCH" in
|
||||
@ -18,11 +18,6 @@ profile_standard() {
|
||||
ppc64le)
|
||||
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage,ibmvscsi quiet"
|
||||
;;
|
||||
riscv64)
|
||||
kernel_flavors="edge"
|
||||
kernel_cmdline="console=tty0 console=ttyS0,115200 console=ttySIF0,115200"
|
||||
kernel_addons=
|
||||
;;
|
||||
esac
|
||||
apks="$apks iw wpa_supplicant"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user