yggdrasil: uci ifname is now known as device
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
c89f32d5c9
commit
a7a724733f
2 changed files with 2 additions and 2 deletions
|
@ -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)?
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue