From patchwork Sat May 25 18:48:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/6] Add gateway config to sysupgrade.conf From: Fabian Blaese X-Patchwork-Id: 1118 Message-Id: <20190525184833.20820-3-fabian@blaese.de> To: franken-dev@freifunk.net Date: Sat, 25 May 2019 20:48:29 +0200 User configuration for layer3 firmware is stored in /etc/config/gateway. To preserve this file across updates it is added to sysupgrade.conf Reviewed-by: Adrian Schmutzler Reviewed-by: Robert Langhammer --- .../fff/fff-sysupgrade/files/etc/uci-defaults/99-fff-sysupgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/fff/fff-sysupgrade/files/etc/uci-defaults/99-fff-sysupgrade b/src/packages/fff/fff-sysupgrade/files/etc/uci-defaults/99-fff-sysupgrade index 7ff83f5..822e265 100644 --- a/src/packages/fff/fff-sysupgrade/files/etc/uci-defaults/99-fff-sysupgrade +++ b/src/packages/fff/fff-sysupgrade/files/etc/uci-defaults/99-fff-sysupgrade @@ -9,5 +9,6 @@ cat > /etc/sysupgrade.conf <<-__EOF__ /etc/dropbear/authorized_keys /etc/network.config /etc/config/fff +/etc/config/gateway /etc/hoodfile __EOF__