Browse Source

grub: add part_dvh for mips/arc

Waldemar Brodkorb 7 years ago
parent
commit
2a24e4e9b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/grub/Makefile

+ 1 - 1
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)