update readme.md

This commit is contained in:
hanwckf
2023-09-02 21:15:27 +08:00
parent 5869b56601
commit 2a9169b5c7

View File

@@ -13,7 +13,7 @@ sudo apt install gcc-aarch64-linux-gnu build-essential flex bison libssl-dev
## Build
```
Usage: SOC=[mt7981|mt7986] BOARD=<board name> FIXED_MTDPARTS=[1|0] MULTI_LAYOUT=[0|1] ./build.sh
Usage: SOC=[mt7981|mt7986] BOARD=<board name> MULTI_LAYOUT=[0|1] ./build.sh
eg: SOC=mt7981 BOARD=360t7 ./build.sh
eg: SOC=mt7981 BOARD=wr30u MULTI_LAYOUT=1 ./build.sh
eg: SOC=mt7986 BOARD=redmi_ax6000 MULTI_LAYOUT=1 ./build.sh