Add readme

This commit is contained in:
Oleg S
2022-08-11 12:50:59 +03:00
parent c56b2a264b
commit be77d8e0e2
2 changed files with 22 additions and 1 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# OpenWrt builder
For OpenWrt >= 21.02
## Install dependencies
```
sudo apt-get install git git-core curl rsync
sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex gettext libssl-dev unzip
```
## Build firmware
```
git clone https://github.com/openwrt-xiaomi/builder -b v21 openwrt-v21
cd openwrt-v21
./xcreate.sh -v xq-21.02.1
cd xq-21.02.1
./xupdate.sh -f
./xmake.sh -f -t r3d
```