fff-network: Provide script with CPUPORT

This provides the CPUPORT which is needed for the gateway firmware.
The script is supposed to be sourced.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2019-04-24 14:05:44 +02:00 committed by Fabian Bläse
parent d687823a27
commit 555e91628b
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Copyright 2019 Adrian Schmutzler
# License GPLv3
BOARD="$(uci get board.model.name)"
case "$BOARD" in
tl-wr1043nd-v1)
CPUPORT="5t"
;;
tl-wr1043nd-v2|\
tl-wr1043nd-v3)
CPUPORT="6t"
;;
cpe210-v2|\
cpe210-v3|\
tl-mr3020-v1|\
tl-wa850re-v1|\
tl-wa860re-v1|\
tl-wa901nd-v2|\
ubnt-bullet-m|\
ubnt-loco-m|\
ubnt-loco-m-xw|\
ubnt-nano-m|\
ubnt-pico-m|\
ubnt-power-m-xw|\
ubnt-unifi|\
ubnt-unifiac-lite|\
ubnt-unifiac-mesh)
CPUPORT=""
;;
*)
CPUPORT="0t"
;;
esac