Skip to content

Commit

Permalink
openwrt: supported since 17.01 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfleurant authored Jan 24, 2023
1 parent 3181db3 commit 7134a1c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion installation-linux-openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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"
}
```
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7134a1c

Please sign in to comment.