From dcca5cdb09eee1309a1680004808a0bfbe763ecc Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 22 Apr 2020 07:20:11 -0600 Subject: scripts: mkimg netboot: add mips64 definitions --- scripts/mkimg.netboot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh index 8520fc60dd..ac18752eea 100755 --- a/scripts/mkimg.netboot.sh +++ b/scripts/mkimg.netboot.sh @@ -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 } -- cgit v1.2.3