Buildroot 切换到国内源
在buildroot目录下运行make menuconfig
命令,在Build options
–>Mirrors and Download locations
下设置国内源:
BACKUP_SITE="http://sources.buildroot.net"
KERNEL_MIRROR="https://mirror.bjtu.edu.cn/kernel/"
GNU_MIRROR="http://mirrors.nju.edu.cn/gnu/"
LUAROCKS_MIRROR="https://luarocks.cn"
CPAN_MIRROR="http://mirrors.nju.edu.cn/CPAN/"
License:
CC BY 4.0