From 72322cc86e019c7f1b4d9e130493ac769a471737 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 22 Nov 2016 16:57:14 +0100 Subject: [PATCH] grub: no biosdisk for mips arc --- package/grub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/grub/Makefile b/package/grub/Makefile index 12124fae2..735e10d5e 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -43,7 +43,7 @@ GRUB_DIR= boot/grub GRUB_PREFIX= (hd0,msdos1)/boot/grub GRUB_TARGET= mips GRUB_PLATFORM= arc -GRUB_MODULES= boot linux ext2 fat part_msdos part_gpt normal biosdisk +GRUB_MODULES= boot linux ext2 fat part_msdos part_gpt normal endif ifeq ($(ADK_PACKAGE_GRUB_PC),y) -- 2.11.4.GIT