5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-10 03:20:25 +00:00

Merge pull request #74 from Eninspace/patch-1

Create installation-linux-openwrt.md
This commit is contained in:
Neil Alexander 2019-08-14 08:08:03 +01:00 committed by GitHub
commit 9d92817266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,32 @@
---
tags: dontlink
sitemap: true
---
# Installing on OpenWrt 19.07
Yggdrasil is supported on the OpenWrt based router.
Perform installation steps over SSH by connecting to the Router as the
`root` user, e.g. `ssh root@192.168.1.1`, or another admin-level user if
configured.
## Package install from repository
Install the `yggdrasil` package:
```
opkg update
opkg install yggdrasil
```
Yggdrasil can then be updated in the future by updating the packages:
```
opkg update
opkg upgrade yggdrasil
```
## After installation
Read the [OpenWrt platform page](platform-openwrt.md) page for information
on how to configure Yggdrasil and guidance on modifying the configuration.