1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add initial Teltonika RUTX support

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-02-22 20:09:37 +01:00
parent b851e590b9
commit 1fa68fe642
15 changed files with 1584 additions and 3 deletions

View file

@ -113,6 +113,10 @@ platform_do_upgrade() {
PART_NAME="inactive"
platform_do_upgrade_openmesh "$1"
;;
teltonika,rutx10)
CI_UBIPART="rootfs"
nand_do_upgrade "$1"
;;
zyxel,nbg6617)
zyxel_do_upgrade "$1"
;;