mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
yggdrasil: bump to 0.3.13
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
@@ -11,11 +11,10 @@ first_boot_genConfig()
|
||||
|
||||
json_load "$boardcfg"
|
||||
json_get_var kernel kernel
|
||||
json_get_var hostname hostname
|
||||
json_get_var system system
|
||||
json_get_var model model
|
||||
json_get_var board_name board_name
|
||||
nodeinfo='{"kernel": "'$kernel'", "hostname":"'$hostname'", "system": "'$system'", "model": "'$model'", "board_name": "'$board_name'"}'
|
||||
nodeinfo='{"kernel": "'$kernel'", "hostname":"'OpenWrt'", "system": "'$system'", "model": "'$model'", "board_name": "'$board_name'"}'
|
||||
|
||||
uci set yggdrasil.yggdrasil.IfName="ygg0"
|
||||
uci set yggdrasil.yggdrasil.NodeInfo="$nodeinfo"
|
||||
|
||||
Reference in New Issue
Block a user