From a85d9d2bff70f592f6cb8a41d147ddc35554dd73 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 20 Aug 2021 11:35:28 +0200 Subject: [PATCH] make: order UEFI values --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07dec36..21e4f7c 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ ADDITIONS?= os-dyndns DEVICE?= A10 COMSPEED?= 115200 COMPORT?= 0x3f8 -UEFI?= dvd serial vga vm arm +UEFI?= arm dvd serial vga vm GITBASE?= https://github.com/opnsense MIRRORS?= https://opnsense.c0urier.net \ http://mirrors.nycbug.org/pub/opnsense \