. /lib/functions.sh

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

exit 0
