apm821xx: prepare WNDR4700 for 6.6 - add preliminary u-boot-env access
[openwrt/staging/xback.git] / target / linux / apm821xx / base-files / etc / uci-defaults / 05_fix-compat-version
1 . /lib/functions.sh
2
3 case "$(board_name)" in
4 meraki,mx60|\
5 netgear,wndap620|\
6 netgear,wndap660|\
7 netgear,wndr4700)
8 uci set system.@system[0].compat_version="2.0"
9 uci commit system
10 ;;
11 esac
12
13 exit 0