This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#16400
from wfleurant/ygg-uci-ifname
yggdrasil: uci ifname is now known as device
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
parent
e3d69b8653
6b280aef02
commit
b6ea2d67ef
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/yggdrasil/Makefile
+1
-1
net/yggdrasil/files/yggdrasil.defaults
+ 1
- 1
net/yggdrasil/Makefile
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
)
?
+ 1
- 1
net/yggdrasil/files/yggdrasil.defaults
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.
ifnam
e=ygg0
set network.yggdrasil.
devic
e=ygg0
set network.yggdrasil.proto=none
EOF
Write
Preview
Loading…
Cancel
Save