5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

Update installation-linux-openwrt.md

This commit is contained in:
Eninspace 2019-08-13 16:03:43 +03:00 committed by GitHub
parent a1cc2194fd
commit 5232162171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,20 +26,6 @@ opkg update
opkg upgrade yggdrasil
```
## Installing on OpenWrt 18.06 and below
Officially, there is no package support on the OpenWrt 18.06, so you may have any problems.
```
opkg update
opkg install http://downloads.openwrt.org/releases/packages-19.07/xxxxxx_xxx/packages/yggdrasil_x.x.x-x_xxxxxx_xxx.ipk
```
Where xxxxxx_xxx your architecture, and yggdrasil_x.x.x-x_xxxxxx_xxx.ipk name of package
For example
```
opkg install http://downloads.openwrt.org/releases/packages-19.07/mipsel_24kc/packages/yggdrasil_0.3.5-4_mipsel_24kc.ipk
```
This method does not guarantee a successful installation
## After installation
Read the [OpenWrt platform page](platform-openwrt.md) page for information