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

case "$(board_name)" in
linksys,ea6350v3|\
linksys,ea8300|\
linksys,mr8300|\
ezviz,cs-w3-wd1200g-eup)
	uci set system.@system[0].compat_version="2.0"
	uci commit system
	;;
esac

exit 0