tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / generic / base-files / etc / uci-defaults / 05_fix-compat-version
1 . /lib/functions.sh
2
3 case "$(board_name)" in
4 jjplus,ja76pf2|\
5 meraki,mr12|\
6 meraki,mr16|\
7 ubnt,routerstation|\
8 ubnt,routerstation-pro)
9 uci set system.@system[0].compat_version="2.0"
10 uci commit system
11 ;;
12 esac
13
14 exit 0