range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
49
www.xunlong.tv
4. OpenWRT SDK instructions
4.1.
Download the source code of OpenWRT SDK
4.1.1.
Download OpenWRT from github
1) Download the code of OpenWRT
test@test:~$ sudo apt update
test@test:~$ sudo apt install git
test@test:~$ git clone https://github.com/orangepi-xunlong/openwrt.git
2) After the OpenWRT code is downloaded, the following files and folders will be
included
test@test:~/orangepi-build$ ls
BSDmakefile Config.in include Makefile README.md scripts toolchain
Config feeds.conf.default LICENSE package rules.mk target tools
4.1.2. Download OpenWRT from Baidu Cloud
1) First download the compressed package of OpenWRT from Baidu Cloud. The
download link of Baidu Cloud is
URL:https://pan.baidu.com/s/1vWQmCmSYdH7iCDFyKpJtVw
Password:zero
2) After the download is complete, use the tar-zxf command to decompress
OpenWRT.tar.gz
test@test:~$ tar -zxf OpenWRT.tar.gz