苏州做网站公司哪家比较好,app开发平台搭建,网站建设与制作教程,做网站项目如何实现支付概述#xff1a; 本文档记录openwrt系统的编译过程#xff0c;以备后续再用#xff0c;技术支持与指导#xff01;
1.编译环境 环境需要Linux#xff0c;我使用的环境是WSL2、Ubuntu 20.04
2.安装编译必须的依赖#xff08;wsl、linux#xff09; WSL2#xff1a;Bu…概述 本文档记录openwrt系统的编译过程以备后续再用技术支持与指导
1.编译环境 环境需要Linux我使用的环境是WSL2、Ubuntu 20.04
2.安装编译必须的依赖wsl、linux WSL2Build system setup WSL 编译该系统所需要的依赖库Build system setup
Debian / Ubuntu Ubuntu20.04.
sudo apt update
sudo apt install build-essential clang flex bison g gawk gcc-multilib g-multilib \
gettext git libncurses5-dev libssl-dev python3-distutils rsync unzip zlib1g-dev \
file wget
我所采用的Older advice:
sudo apt update
sudo apt install build-essential ccache ecj fastjar file g gawk \
gettext git java-propose-classpath libelf-dev libncurses5-dev \
libncursesw5-dev libssl-dev python python2.7-dev python3 unzip wget \
python3-distutils python3-setuptools python3-dev rsync subversion \
swig time xsltproc zlib1g-dev
3. git openwrt系统项目 在KX上网模式下 3.1 openwrt版本选择 可以通过访问OpenWrt的github官网查看其tab标签或在执行完git clone https://git.openwrt.org/openwrt/openwrt.git命令后使用cd openwrt/命令进入源码目录然后使用git tag命令来查看分支版本。
下载 openwrt版本 注意git openwrt系统项目 在科学上网模式下 首先openwrt版本选择
git clone https://git.openwrt.org/openwrt/openwrt.git
git clone -b v23.05.0 https://github.com/openwrt/openwrt.git
git clone -b v22.03.3 https://github.com/openwrt/openwrt.git
git clone -b 22.03 --single-branch https://github.com/Lienol/openwrt 选择这个快
git clone --depth1 https://github.com/hanwckf/immortalwrt-mt798x.git
加了CMCC RAX3000M
git clone https://github.com/lingfengm22/RAX3000emcc
git clone https://github.com/lingfengm22/mt798X-ax6000-ax3000 源地址
https://github.com/AngelaCooljx/immortalwrt
git openwrt系统
git clone https://github.com/lingfengm22/mt798X-ax6000-ax3000
4. 编译前准备 切换到openwrt目录下运行
./scripts/feeds update -a
./scripts/feeds install -a
倘若有报错重新audio install
5. 指定定制openwrt系统配置
make menuconfig
之后有个ui界面进行选择调整编译前一般可以对源码进行一些修改如修改入口ip等以达到更好的使用效果。可以搜索相关文章进行设置。