Merge pull request #16400 from wfleurant/ygg-uci-ifname

yggdrasil: uci ifname is now known as device
This commit is contained in:
Rosen Penev 2021-08-18 23:07:21 -07:00 committed by GitHub
commit b6ea2d67ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yggdrasil
PKG_VERSION:=0.4.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)?

View File

@ -34,7 +34,7 @@ elif [ ! -e ${yggConfig} ]; then
# create the network interface
uci -q batch <<-EOF >/dev/null
set network.yggdrasil=interface
set network.yggdrasil.ifname=ygg0
set network.yggdrasil.device=ygg0
set network.yggdrasil.proto=none
EOF