ath79: switch some RedBoot based devices to OKLI loader
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / generic / base-files / etc / uci-defaults / 05_fix-compat-version
index a6b7fa31621b99afdb071e40b0b87786cc254964..6646b7e5e7b1b050960c8cf65546d136581860e6 100644 (file)
@@ -1,8 +1,11 @@
 . /lib/functions.sh
 
 case "$(board_name)" in
+       jjplus,ja76pf2|\
        meraki,mr12|\
-       meraki,mr16)
+       meraki,mr16|\
+       ubnt,routerstation|\
+       ubnt,routerstation-pro)
                uci set system.@system[0].compat_version="2.0"
                uci commit system
                ;;