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:
parent
b851e590b9
commit
1fa68fe642
15 changed files with 1584 additions and 3 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue