mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
scripts: mkimg netboot: add mips64 definitions
This commit is contained in:
parent
614f419a9e
commit
dcca5cdb09
@ -12,7 +12,7 @@ profile_netboot() {
|
||||
desc="Kernel, initramfs and modloop for
|
||||
netboot.
|
||||
"
|
||||
arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x"
|
||||
arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x mips64"
|
||||
kernel_cmdline="nomodeset"
|
||||
case "$ARCH" in
|
||||
armhf) kernel_flavors= ;;
|
||||
@ -28,6 +28,7 @@ profile_netboot() {
|
||||
s390x) initfs_features="$initfs_features dasd_mod qeth";;
|
||||
aarch64) kernel_flavors="$kernel_flavors rpi";;
|
||||
armhf|armv7) kernel_flavors="$kernel_flavors rpi rpi2";;
|
||||
mips64) kernel_flavors="$kernel_flavors octeon";;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user