0be0b6112a3e4765a3024105e07715a7aa6073f0
[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 uci set system.@system[0].compat_version="2.0"
8 uci commit system
9 ;;
10 esac
11
12 exit 0