Skip to content
Snippets Groups Projects
Commit dcca5cdb authored by Ariadne Conill's avatar Ariadne Conill
Browse files

scripts: mkimg netboot: add mips64 definitions

parent 614f419a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ profile_netboot() { ...@@ -12,7 +12,7 @@ profile_netboot() {
desc="Kernel, initramfs and modloop for desc="Kernel, initramfs and modloop for
netboot. netboot.
" "
arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x" arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x mips64"
kernel_cmdline="nomodeset" kernel_cmdline="nomodeset"
case "$ARCH" in case "$ARCH" in
armhf) kernel_flavors= ;; armhf) kernel_flavors= ;;
...@@ -28,6 +28,7 @@ profile_netboot() { ...@@ -28,6 +28,7 @@ profile_netboot() {
s390x) initfs_features="$initfs_features dasd_mod qeth";; s390x) initfs_features="$initfs_features dasd_mod qeth";;
aarch64) kernel_flavors="$kernel_flavors rpi";; aarch64) kernel_flavors="$kernel_flavors rpi";;
armhf|armv7) kernel_flavors="$kernel_flavors rpi rpi2";; armhf|armv7) kernel_flavors="$kernel_flavors rpi rpi2";;
mips64) kernel_flavors="$kernel_flavors octeon";;
esac esac
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment