[PATCH v2 0/4] Add support for ZyXEL LTE3301-Plus
André Valentin
avalentin at marcant.net
Mon May 17 02:57:07 PDT 2021
This set adds support for the ZyXEL LTE3301-Plus, an indoor 3G/4G indoor LTE
router with Wifi.
André Valentin (4):
firmware-utils: zytrx: Add support for ZyXEL LTE3301-Plus
mtdsplit-squashfs: allow devicetree to define the name of the new
partition
package/mtdutils: add ubifs-tools package containing mkfs.ubifs
ramips: mt7621: Add support for ZyXEL LTE3301-Plus
package/boot/uboot-envtools/files/ramips | 1 +
package/utils/mtd-utils/Makefile | 17 ++
.../drivers/mtd/mtdsplit/mtdsplit_squashfs.c | 16 +-
.../ramips/dts/mt7621_zyxel_lte3301-plus.dts | 209 ++++++++++++++++++
target/linux/ramips/image/mt7621.mk | 22 ++
.../mt7621/base-files/etc/board.d/01_leds | 4 +
.../mt7621/base-files/etc/board.d/02_network | 3 +-
.../base-files/etc/board.d/03_gpio_switches | 3 +
.../mt7621/base-files/etc/init.d/bootcount | 1 +
.../lib/preinit/79_lte3301-plus-setup-ubi | 43 ++++
.../mt7621/base-files/lib/upgrade/platform.sh | 33 ++-
tools/firmware-utils/src/zytrx.c | 1 +
12 files changed, 350 insertions(+), 3 deletions(-)
create mode 100644 target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts
create mode 100644 target/linux/ramips/mt7621/base-files/lib/preinit/79_lte3301-plus-setup-ubi
--
2.20.1
More information about the openwrt-devel
mailing list