2024-10-01 16:38:12 +03:00
2024-08-06 16:40:50 +03:00
2023-11-14 16:29:51 +03:00
2022-08-11 12:32:00 +03:00
2024-10-01 16:27:05 +03:00
2022-08-11 12:32:00 +03:00
2022-08-12 15:10:05 +03:00
2024-10-01 16:28:39 +03:00
2022-08-11 12:32:00 +03:00
2023-08-14 07:59:05 +03:00
2023-08-12 20:29:10 +03:00
2024-08-14 14:28:31 +03:00
2023-11-28 16:26:18 +03:00
2023-08-12 16:34:10 +03:00

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 v23 openwrt-v23
cd openwrt-v23

./xcreate.sh -v xq-23.05.0
cd xq-23.05.0

./xupdate.sh -f

./xmake.sh -f -t r3d
Description
OpenWRT builder
Readme 177 KiB
Languages
Shell 100%