fff-layer3-config: bump config_version
With OpenWrt 23.05 a few more devices have been migrated to DSA. Bump the config_version of layer3-config to reflect the necessary migration. Signed-off-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
parent
0280e0d3de
commit
bd17defba1
@ -7,7 +7,7 @@ configure() {
|
||||
fi
|
||||
|
||||
# check version of configuration
|
||||
local expected_version=2
|
||||
local expected_version=3
|
||||
local config_version=$(uci -q get gateway.meta.config_version)
|
||||
|
||||
if ! [ -n "$config_version" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user