ipq40xx: convert some boards to DSA
[openwrt/staging/hauke.git] / target / linux / ipq40xx / base-files / etc / board.d / 05_compat-version
1 #
2 # Copyright (C) 2022 OpenWrt.org
3 #
4
5 . /lib/functions.sh
6 . /lib/functions/uci-defaults.sh
7
8 board_config_update
9
10 case "$(board_name)" in
11 *)
12 ucidef_set_compat_version "1.1"
13 ;;
14 esac
15
16 board_config_flush
17
18 exit 0