mediatek: expand kernel size to 6MiB for WSR-2533DHP2
[openwrt/staging/dangole.git] / target / linux / mediatek / mt7622 / base-files / etc / uci-defaults / 05_fix-compat-version
1 . /lib/functions.sh
2
3 case "$(board_name)" in
4 bananapi,bpi-r64|\
5 buffalo,wsr-2533dhp2)
6 uci set system.@system[0].compat_version="1.1"
7 uci commit system
8 ;;
9 esac
10
11 exit 0