x86: remove grub-legacy
[openwrt/openwrt.git] / target / linux / x86 / image / Config.in
index 08880e5803351b21e13b59e93a39c325fb0e1489..653aa61eff1f1f5e58f36eb58d08fa3574421247 100644 (file)
@@ -17,13 +17,8 @@ config X86_GRUB_IMAGES
        bool "Build GRUB images (Linux x86 or x86_64 host only)"
        depends TARGET_x86 && !TARGET_x86_olpc
        depends TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
-       select PACKAGE_grub if !X86_USE_GRUB2
-       default y
-
-config X86_USE_GRUB2
-       bool "Use grub2"
-       depends X86_GRUB_IMAGES
        select PACKAGE_grub2
+       default y
 
 config X86_GRUB_CONSOLE
        bool "Use Console Terminal (in addition to Serial)"