README: rename branch to openwrt-18.06-k5.4

This commit is contained in:
CN_SZTL 2020-08-08 13:53:33 +08:00
parent b0e9557632
commit f614b39f22
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -24,10 +24,9 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b
## Clone the source
```bash
git clone -b 18.06-kernel5.4 --single-branch https://github.com/project-openwrt/openwrt && cd openwrt
git clone -b openwrt-18.06-k5.4 --single-branch https://github.com/project-openwrt/openwrt && cd openwrt
./scripts/feeds update -a && ./scripts/feeds install -a
```
#### For developer, you may use `openwrt-18.06-dev` branch instead of `openwrt-18.06`.
## Configure your firmware
```bash