diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-17 23:07:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-17 23:07:20 +0100 |
commit | 176d29ad7eb6fd990522fc1393630b8f8a9c2cc2 (patch) | |
tree | 128ea3d54c1d1f1e18f6c2a042458b135d53f4c5 /target/config | |
parent | f3d7855a9e29db48ebe0d57197bcdf85e238d8f1 (diff) |
select grub/grub-tools for dual-boot and x86/x86_64 architecture
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.rootfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index f4d1f1a43..9b6a007ab 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -175,6 +175,8 @@ config ADK_TARGET_DUAL_BOOT bool "Activate dual-boot partition layout" depends on ADK_TARGET_ROOTFS_GENIMAGE select ADK_PACKAGE_FWUPDATE + select ADK_PACKAGE_GRUB if ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86 + select ADK_PACKAGE_GRUB_TOOLS if ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86 help Activate dual-boot partition scheme for simple full updates into a second unused partition. You can use fwupdate on the target to |