5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-08 00:24:33 +00:00

openwrt: supported since 17.01 (#228)

This commit is contained in:
William Fleurant 2023-01-24 22:21:37 +01:00 committed by GitHub
parent 3181db3678
commit 7134a1cf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 2 deletions

View File

@ -5,7 +5,7 @@ sitemap: true
# Installing on OpenWrt
`yggdrasil` v0.4+ packages are available in OpenWRT since 21.02.
`yggdrasil` v0.4+ packages are available in OpenWRT since 17.01!
To configure Yggdrasil with the LuCI web interface, install the package `luci-app-yggdrasil`.
@ -29,3 +29,24 @@ uci set yggdrasil.@peer[-1].uri='tcp://1.2.3.4:5678'
uci commit
/etc/init.d/yggdrasil restart
```
## OpenWrt Yggdrasil on Matrix
Please stop by `#yggdrasil-openwrt:matrix.org` to join the community development channel.
## NodeInfo enabled by default
The Yggdrasil daemon will provide some basic NodeInfo information to the mesh by default.
This can be disabled by configuring the section in `/etc/config/yggdrasil` or LuCI admin.
This means the following example can be queried by others in the network:
```
"NodeInfo": {
"kernel": "4.14.123",
"hostname": "OpenWrt",
"model": "Globalscale Marvell ESPRESSOBin Board",
"board_name": "globalscale,espressobin"
}
```

View File

@ -19,7 +19,7 @@ Yggdrasil is well supported on Linux. There are a number of distribution package
- [Debian, Ubuntu, elementaryOS, Linux Mint and similar](installation-linux-deb.md)
- [Red Hat Enterprise Linux, Fedora, CentOS and similar](installation-linux-rpm.md)
- [Gentoo Linux](installation-linux-gentoo.md)
- [OpenWRT](installation-linux-openwrt.md)
- [OpenWrt](installation-linux-openwrt.md)
- [Manual install or build from source](installation-linux-other.md)
### macOS