diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 16:57:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 03:42:42 +0100 |
commit | 72322cc86e019c7f1b4d9e130493ac769a471737 (patch) | |
tree | aaa2c0a3d81c8f4288a81b5913e361e5e0d3db9a /package/grub | |
parent | 49c1b62024d131590e79b5d0ceb5de23a38a6b24 (diff) |
grub: no biosdisk for mips arc
Diffstat (limited to 'package/grub')
-rw-r--r-- | package/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |