mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-21 19:23:28 +08:00
14b600203b
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
menu "Bootloaders"
|
|
|
|
source "boot/at91bootstrap/Config.in"
|
|
source "boot/at91dataflashboot/Config.in"
|
|
source "boot/barebox/Config.in"
|
|
source "boot/grub/Config.in"
|
|
source "boot/syslinux/Config.in"
|
|
source "boot/uboot/Config.in"
|
|
source "boot/xloader/Config.in"
|
|
|
|
endmenu
|
|
|