From 7134a1cf37882d64a36aebb51b14834a8e2c8fff Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Tue, 24 Jan 2023 22:21:37 +0100 Subject: [PATCH] openwrt: supported since 17.01 (#228) --- installation-linux-openwrt.md | 23 ++++++++++++++++++++++- installation.md | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/installation-linux-openwrt.md b/installation-linux-openwrt.md index 6582f4a..bae9718 100644 --- a/installation-linux-openwrt.md +++ b/installation-linux-openwrt.md @@ -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" +} +``` diff --git a/installation.md b/installation.md index 7d5ae85..568484f 100644 --- a/installation.md +++ b/installation.md @@ -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