blob: 2036fbcc954efba838463af36bef25b814c4d662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# SPDX-License-Identifier: GPL-2.0-or-later
. /lib/functions.sh
. /lib/functions/uci-defaults.sh
board_config_update
case "$(board_name)" in
watchguard,firebox-m300)
ucidef_set_compat_version "1.1"
;;
esac
board_config_flush
exit 0
|