Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

334 bytes added, 15:22, 7 June 2023
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 &nbsp;&nbsp;&nbsp; Config.in &nbsp;&nbsp;&nbsp; include &nbsp;&nbsp;&nbsp; Makefile &nbsp;&nbsp;&nbsp; README.md &nbsp;&nbsp;&nbsp; scripts &nbsp;&nbsp;&nbsp; toolchain
Config &nbsp;&nbsp;&nbsp; feeds.conf.default &nbsp;&nbsp;&nbsp; LICENSE &nbsp;&nbsp;&nbsp; package &nbsp;&nbsp;&nbsp; rules.mk &nbsp;&nbsp;&nbsp; target &nbsp;&nbsp;&nbsp; tools|}
<span id="compile-openwrt-source-code"></span>
 
== Compile OpenWRT source code ==