fff-sysupgrade: Add gateway config to sysupgrade.conf

User configuration for layer3 firmware is stored in
/etc/config/gateway. To preserve this file across updates it
is added to sysupgrade.conf

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Fabian Bläse 2019-05-25 20:48:29 +02:00
parent b652825b7a
commit 4fb9c4c652
1 changed files with 1 additions and 0 deletions

View File

@ -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__