lantiq: xrx200: switch the subtarget to the mainline DSA driver
[openwrt/staging/wigyori.git] / target / linux / lantiq / xrx200 / base-files / etc / board.d / 05_compat-version
1 #
2 # Copyright (C) 2020 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