Browse Source

grub: no biosdisk for mips arc

Waldemar Brodkorb 9 năm trước cách đây
mục cha
commit
72322cc86e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/grub/Makefile

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