8,367
edits
Changes
→Download OpenWRT source code
# First execute the following command to download the openwrt-22.03 branch code
::{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''sudo apt update'''
test@test:~$ '''git clone https://github.com/orangepi-xunlong/openwrt.git -b openwrt-22.03'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>After the OpenWRT code is downloaded, the following files and folders will be included</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
test@test:~/openwrt$ '''ls'''
BSDmakefile Config.in include Makefile README.md scripts toolchain
Config feeds.conf.default LICENSE package rules.mk target tools|}
<span id="compile-openwrt-source-code"></span>
== Compile OpenWRT source code ==