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

case "$(board_name)" in
	linksys,wrt1900ac-v1|\
        linksys,wrt32x)
		uci set system.@system[0].compat_version="2.0"
		uci commit system
		;;
esac

exit 0