boot/grub2: enable squashfs support by default
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 28 Mar 2016 21:03:36 +0000 (18:03 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Mar 2016 01:02:05 +0000 (03:02 +0200)
Size growth is minimal and generally a non-issue for x86-based
platforms.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/grub2/Config.in

index c465a4d9ea5b853bedb3e7013508caad1de89456..7dc5cae218bbac3f18230cf27b8f34759b213321 100644 (file)
@@ -154,8 +154,8 @@ endif # BR2_TARGET_GRUB2_I386_PC
 
 config BR2_TARGET_GRUB2_BUILTIN_MODULES
        string "builtin modules"
-       default "boot linux ext2 fat part_msdos part_gpt normal biosdisk" if BR2_TARGET_GRUB2_I386_PC
-       default "boot linux ext2 fat part_msdos part_gpt normal efi_gop" \
+       default "boot linux ext2 fat squash4 part_msdos part_gpt normal biosdisk" if BR2_TARGET_GRUB2_I386_PC
+       default "boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop" \
                if BR2_TARGET_GRUB2_I386_EFI || BR2_TARGET_GRUB2_X86_64_EFI
 
 config BR2_TARGET_GRUB2_BUILTIN_CONFIG