d79092f76f7e6d2e2ab819034bd5b1aee11e5356
[openwrt/staging/rmilecki.git] / target / linux / ramips / mt7621 / base-files / etc / board.d / 05_compat-version
1 #!/bin/sh
2 #
3 # Copyright (C) 2020 OpenWrt.org
4 #
5
6 . /lib/functions.sh
7 . /lib/functions/uci-defaults.sh
8
9 board_config_update
10
11 case "$(board_name)" in
12 *)
13 ucidef_set_compat_version "1.1"
14 ;;
15 esac
16
17 board_config_flush
18
19 exit 0