ipq40xx: re-enable EA6350v3, EA8300, MR8300 builds
[openwrt/openwrt.git] / target / linux / ipq40xx / base-files / etc / uci-defaults / 05_fix-compat-version
1 . /lib/functions.sh
2
3 case "$(board_name)" in
4 linksys,ea6350v3|\
5 linksys,ea8300|\
6 linksys,mr8300|\
7 ezviz,cs-w3-wd1200g-eup)
8 uci set system.@system[0].compat_version="2.0"
9 uci commit system
10 ;;
11 esac
12
13 exit 0