1
0
Fork 0

checkout stock release versions

master
jebba 2021-07-27 16:38:04 -06:00
parent 9964743874
commit 56515fb490
1 changed files with 19 additions and 0 deletions

View File

@ -117,6 +117,25 @@ There are a variety of units the setup script is compatible with:
* jetstream
* redmi
You will need to check out the correct git branch or commit depending
on your radio.
To get the stock version `OpenWrt 19.07.4, r11208-ce6496d796` of the Maxwell Indoor 3-Band EA8300:
```
git checkout ce6496d796
```
To get the stock version `OpenWrt SNAPSHOT, r14229-b52b4afa15` of the Maxwell Outdoor 2-Band EW-72:
```
git checkout b52b4afa15
```
TODO: Add more versions, newer releases.
To build, run the build script with one of these options.
```