mbox series

[v4,0/2] Add support for ZyXEL LTE3301-PLUS

Message ID 20210523212816.5430-1-avalentin@marcant.net
Headers show
Series Add support for ZyXEL LTE3301-PLUS | expand

Message

André Valentin May 23, 2021, 9:28 p.m. UTC
This set adds support for the ZyXEL LTE3301-PLUS, an indoor 3G/4G indoor LTE
router with Wifi.

Thanks to Bjørn Mork for the image tool implementation.

André Valentin (2):
  firmware-utils: zytrx: Add support for ZyXEL LTE3301-PLUS
  ramips: mt7621: Add support for ZyXEL LTE3301-PLUS

 package/boot/uboot-envtools/files/ramips      |   1 +
 .../ramips/dts/mt7621_zyxel_lte3301-plus.dts  | 213 ++++++++++++++++++
 target/linux/ramips/image/mt7621.mk           |  19 ++
 .../mt7621/base-files/etc/board.d/01_leds     |   3 +
 .../mt7621/base-files/etc/board.d/02_network  |   3 +-
 .../base-files/etc/board.d/03_gpio_switches   |   4 +
 .../mt7621/base-files/etc/init.d/bootcount    |   1 +
 .../mt7621/base-files/lib/upgrade/platform.sh |   1 +
 tools/firmware-utils/src/zytrx.c              |   1 +
 9 files changed, 245 insertions(+), 1 deletion(-)
 create mode 100644 target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts