From 6d162510a52ba3f2a3f3be89885ead11f8ab701f Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 2 Nov 2023 17:58:50 +0100 Subject: [PATCH] site: use new generic ffac-change-autoupdater --- site.conf | 5 +++++ site.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 76060e38..a1abb95a 100644 --- a/site.conf +++ b/site.conf @@ -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 diff --git a/site.mk b/site.mk index 6393fc04..758ced27 100644 --- a/site.mk +++ b/site.mk @@ -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 \