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

case "$(board_name)" in
aerohive,hiveap-330)
	uci set system.@system[0].compat_version="2.0"
	uci commit system
	;;
esac

exit 0