mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-04 16:37:47 +05:00
4be0aa94a4d609d0442b67dee46ff6512d21f5e7
OpenWrt builder
For OpenWrt >= 21.02
Install dependencies
sudo apt-get install git git-core curl rsync
sudo apt-get install build-essential gawk gcc-multilib flex git gettext libncurses5-dev libssl-dev
sudo apt-get install python3-distutils rsync unzip zlib1g-dev
Build firmware
git clone https://github.com/openwrt-xiaomi/builder -b v24 openwrt-v24
cd openwrt-v24
./xcreate.sh -v xq-24.10
cd xq-24.10
./xupdate.sh -f
./xmake.sh -f -t r3d
Languages
Shell
100%