summaryrefslogtreecommitdiff
path: root/package/grub
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-07 11:11:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-07 11:12:24 +0100
commit2a24e4e9b0798ad25e5f1b2e5fba570dad4799b1 (patch)
tree0ddecb26515e47ecef8a0fa222c0e17cd5d53ee3 /package/grub
parent6b78db426d652ddc7eaa43aa7e476d1d4659a71e (diff)
grub: add part_dvh for mips/arc
Diffstat (limited to 'package/grub')
-rw-r--r--package/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index d6b59b96d..67c89e02b 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -44,7 +44,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
+GRUB_MODULES= boot linux ext2 part_dvh normal
endif
ifeq ($(ADK_PACKAGE_GRUB_IEEE1275),y)