[OpenWrt Wiki] OpenWrt on UEFI based x86 systems
openwrt.org › docs › guide-developer# Add the development git repository $ git remote add devrepo https: // github.com / alive4ever / openwrt $ git fetch devrepo $ git checkout feature-uefi-secure-boot # Configure the corresponding package repository $ echo 'src-git packages https://github.com/alive4ever/packages;feature-uefi-secure-boot' >. / feeds.conf $ . / scripts / feeds clean $ . / scripts / feeds update packages $ . / scripts / feeds update -i $ . / scripts / feeds install-a # Now, configure the build system # Select ...