Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next] site: use new generic ffac-change-autoupdater #274

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 !!!
GoliathLabs marked this conversation as resolved.
Show resolved Hide resolved
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