mcp85xx: Switch TP-Link TL-WDR4900 v1 to DSA
[openwrt/staging/aparcar.git] / target / linux / mpc85xx / base-files / etc / board.d / 05_compat-version
1
2 . /lib/functions.sh
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 case "$(board_name)" in
8 tplink,tl-wdr4900-v1)
9 ucidef_set_compat_version "1.1"
10 ;;
11 esac
12
13 board_config_flush
14
15 exit 0