[PATCH 2/2] package/uboot-envtools: add support for ZyXEL LTE3301-plus

André Valentin avalentin at marcant.net
Fri Jun 17 12:35:04 PDT 2022


This add support for the uboot env allow to enable serial console.
---
 package/boot/uboot-envtools/files/ramips | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index eebc08d65d..fbbb5a014b 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -68,6 +68,9 @@ xiaomi,mi-router-ac2100|\
 xiaomi,redmi-router-ac2100)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
 	;;
+zyxel,lte3301-plus)
+	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x80000"
+	;;
 zyxel,nr7101)
 	idx="$(find_mtd_index Config)"
 	[ -n "$idx" ] && \
-- 
2.30.2




More information about the openwrt-devel mailing list