ath79: Move TPLink WPA8630Pv2 to ath79-tiny target
[openwrt/openwrt.git] / target / linux / ath79 / tiny / 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 tplink,tl-wpa8630p-v2-int|\
12 tplink,tl-wpa8630p-v2.0-eu|\
13 tplink,tl-wpa8630p-v2.1-eu)
14 ucidef_set_compat_version "2.0"
15 ;;
16 esac
17
18 board_config_flush
19
20 exit 0