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:
Fabian Bläse 2024-01-25 18:03:22 +01:00
parent d20b081498
commit 1677a35624
1 changed files with 1 additions and 1 deletions

View File

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