mediatek: mt7622: convert BPi-R64 to all-UBI layout and fitblk
[openwrt/staging/stintel.git] / target / linux / mediatek / mt7622 / base-files / etc / board.d / 05_compat-version
1
2 . /lib/functions.sh
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 case "$(board_name)" in
8 bananapi,bpi-r64)
9 ucidef_set_compat_version "1.2"
10 ;;
11 esac
12
13 board_config_flush
14
15 exit 0