3b9dd4e02801780c52e2c3df49dd1312e39937e7
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / uci-defaults / 05_fix-compat-version
1 . /lib/functions.sh
2
3 case "$(board_name)" in
4 linksys,ea7500-v1|\
5 linksys,ea8500)
6 uci set system.@system[0].compat_version="2.0"
7 uci commit system
8 ;;
9 esac
10
11 exit 0