. /lib/functions.sh

case "$(board_name)" in
	bananapi,bpi-r3)
	uci set system.@system[0].compat_version="1.2"
	uci commit system
	;;
esac

exit 0
