fix errors

This commit is contained in:
CN_SZTL 2019-05-23 21:12:56 +08:00
parent b6a72c2bc1
commit f701cf185c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -14,7 +14,7 @@ sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git
## Clone the source
```bash
git clone https://github.com/shell-script/lede-openwrt && cd lede-openwrt
git clone https://github.com/shell-script/lede && cd lede
./scripts/feeds update -a && ./scripts/feeds install -a
```
@ -33,5 +33,5 @@ make -j1 V=s
## Default username is root and password is password, login address: 192.168.1.1
# License
[GPL v3](https://github.com/shell-script/lede-openwrt/blob/master/LICENSE)<br>
[GPL v3](https://github.com/shell-script/lede/blob/master/LICENSE)<br>
Origin source: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)