Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contents: init: 为buildroot构建工具替换source地址增加说明 #177

Open
hejiawencc opened this issue Nov 18, 2024 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@hejiawencc
Copy link

已有镜像链接(Existing Mirrored Repo URL)

https://mirror.nju.edu.cn/buildroot
https://mirrors.lzu.edu.cn/buildroot

已经存在的帮助页面(Existing help pages)

No response

备注 (Note)

修改buildroot配置文件:
1.关闭仅使用主地址选项,开启备用地址,防止主地址失效:BR2_PRIMARY_SITE_ONLY [=n]
2:替换主地址:BR2_PRIMARY_SITE="https://mirror.lzu.edu.cn/buildroot"
具体修改如下:
-BR2_PRIMARY_SITE="http://sources.buildroot.net"
-BR2_PRIMARY_SITE_ONLY=y
+BR2_PRIMARY_SITE="https://mirror.lzu.edu.cn/buildroot"

@taoky taoky added the help wanted Extra attention is needed label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants