aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/mt7620/base-files/etc/uci-defaults/05_fix-compat-version
blob: 9f981dfb830a3e2f277994ce775797ae9a8eea3e (plain)
1
2
3
4
5
6
7
8
9
10
. /lib/functions.sh

case "$(board_name)" in
	ravpower,rp-wd03)
		uci set system.@system[0].compat_version="2.0"
		uci commit system
		;;
esac

exit 0