h69k/target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version
2024-09-29 22:35:28 +08:00

13 lines
180 B
Plaintext

. /lib/functions.sh
case "$(board_name)" in
meraki,mx60|\
netgear,wndap620|\
netgear,wndap660)
uci set system.@system[0].compat_version="2.0"
uci commit system
;;
esac
exit 0