diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-19 20:10:18 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-19 23:28:04 +0100 |
commit | c24fdb3680019d18f0cb7c02a90975ee9fe9613c (patch) | |
tree | 2daf43c7d81ecf094900c3d7dcaa2314315d2f31 /boot/Config.in | |
parent | 0721c7133022d270e997c0c42ef044b48c5c5943 (diff) | |
download | buildroot-c24fdb3680019d18f0cb7c02a90975ee9fe9613c.tar.gz buildroot-c24fdb3680019d18f0cb7c02a90975ee9fe9613c.zip |
grub2: add new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in index d23c761117..c410d12084 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -6,6 +6,7 @@ source "boot/at91dataflashboot/Config.in" source "boot/barebox/Config.in" source "boot/boot-wrapper-aarch64/Config.in" source "boot/grub/Config.in" +source "boot/grub2/Config.in" source "boot/lpc32xxcdl/Config.in" source "boot/mxs-bootlets/Config.in" source "boot/syslinux/Config.in" |