Skip to content

Commit

Permalink
site: use new generic ffac-change-autoupdater
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Nov 4, 2023
1 parent 712079b commit 6d16251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,10 @@
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- incompatible with Batman V. The offline SSID will only be set if there is no gateway reacheable.
},

update_channel = { -- next branch only !!!
from_name = false, -- false to catch all
to_name = 'next', -- if to_name is defined, autoupdater branch is set to it on upgrade
},
}
-- vim: set ft=lua:ts=2:sw=2:et
2 changes: 1 addition & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ GLUON_FEATURES := \
web-wizard

GLUON_SITE_PACKAGES := \
ffac-change-autoupdater \
ffac-ssid-changer \
ffho-ap-timer \
ffho-autoupdater-wifi-fallback \
ffho-web-ap-timer \
ffmuc-autoupdater-next \
ffmuc-mesh-vpn-wireguard-vxlan \
ffmuc-simple-radv-filter \
iwinfo \
Expand Down

0 comments on commit 6d16251

Please sign in to comment.