Skip to content

Commit

Permalink
Merge pull request #277 from freifunkMUC/backport-274-to-stable
Browse files Browse the repository at this point in the history
[Backport stable] site: use new generic ffac-change-autoupdater
  • Loading branch information
grische authored Nov 6, 2023
2 parents 4aa853c + 9df4e44 commit 410ec0d
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 = {
from_name = 'next', -- false to catch all
to_name = 'stable', -- 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 @@ -18,10 +18,10 @@ GLUON_FEATURES := \

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

0 comments on commit 410ec0d

Please sign in to comment.