1*4882a593Smuzhiyunconfig BR2_PACKAGE_EFIBOOTMGR 2*4882a593Smuzhiyun bool "efibootmgr" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS # efivar 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # efivar 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # efivar 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar 7*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS 8*4882a593Smuzhiyun select BR2_PACKAGE_EFIVAR 9*4882a593Smuzhiyun select BR2_PACKAGE_POPT 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun A Linux user-space application to modify the Intel Extensible 12*4882a593Smuzhiyun Firmware Interface (EFI) Boot Manager. This application can 13*4882a593Smuzhiyun create and destroy boot entries, change the boot order, change 14*4882a593Smuzhiyun the next running boot option, and more. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun https://github.com/rhboot/efibootmgr 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "efibootmgr needs a toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9" 19*4882a593Smuzhiyun depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS 20*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || \ 21*4882a593Smuzhiyun !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \ 22*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 23*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS 24