aboutsummaryrefslogtreecommitdiff
path: root/target/linux/sunxi/base-files/etc/board.d/05_compat-version
blob: 3fc777eb69032e3350b2535d582d923f6337d953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. /lib/functions.sh
. /lib/functions/uci-defaults.sh

board_config_update

case "$(board_name)" in
	lamobo,lamobo-r1)
		ucidef_set_compat_version "1.1"
		;;
esac

board_config_flush

exit 0