2fdbe7640738cfb59b1bb4fba277175499595ff1
[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