增加 软件包下载过慢或无法下载的处理 方法.

Signed-off-by: rick.chan <cy187lion@sina.com>
This commit is contained in:
rick.chan 2023-07-03 11:23:47 +08:00
parent 09aaba384d
commit 9fbdff9880
1 changed files with 3 additions and 2 deletions

View File

@ -49,10 +49,11 @@ make[2]: *** [sub-src-make_first] Error 2
### 软件包下载过慢或无法下载的处理
1. 手动下载并添加到自建 Http 文件服务器中:
1. 将文件直接下载到 buildroot/dl 文件夹中;
2. 手动下载并添加到自建 Http 文件服务器中:
1. 用 HttpFileServer 搭建 Http 文件服务器,将需要的软件包手动下载到 Http 文件服务器路径下。
2. 修改 buildroot/pack 路径下的 *.mk 文件,将其中的下载地址修改为 HttpFileServer 的地址。
2. 使用代理进行科学上网。
3. 使用代理进行科学上网。
## 挂载为可读写