From 2905ce3d643f1a098139d16d9c73ff7e802ee04e Mon Sep 17 00:00:00 2001 From: Sergei Burakov Date: Fri, 20 May 2022 16:20:23 +0300 Subject: ramips: add support for ZyXEL Keenetic 4G Rev.B Device Specification: SoC: RT5350 CPU Frequency: 360 MHz Flash Chip: Macronix MX25L6406E (8192 KiB) RAM: Winbond W9825G6JH-6 (32768 KiB) 3x 10/100 Mbps Ethernet (2x LAN, 1x WAN) 1x external antenna UART (J1) header on PCB (57800 8n1) Wireless: SoC-intergated: 2.4GHz 802.11bgn USB: Yes 8x LED, 2x button Flash instruction: Configure PC with static IP 192.168.99.8/24 and start TFTP server. Rename "openwrt-ramips-rt305x-zyxel_keenetic-4g-b-squashfs-sysupgrade.bin" to "rt305x_firmware.bin" and place it in TFTP server directory. Connect PC with one of LAN ports, press the reset button, power up the router and keep button pressed until power LED start blinking. Router will download file from TFTP server, write it to flash and reboot. Signed-off-by: Sergei Burakov --- target/linux/ramips/image/rt305x.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ramips/image/rt305x.mk') diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 708aeb8555..6b8dada3c9 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -1206,6 +1206,16 @@ define Device/zyxel_keenetic endef TARGET_DEVICES += zyxel_keenetic +define Device/zyxel_keenetic-4g-b + $(Device/uimage-lzma-loader) + SOC := rt5350 + IMAGE_SIZE := 7872k + DEVICE_VENDOR := ZyXEL + DEVICE_MODEL := Keenetic 4G + DEVICE_VARIANT := B +endef +TARGET_DEVICES += zyxel_keenetic-4g-b + define Device/zyxel_keenetic-lite-b $(Device/uimage-lzma-loader) SOC := rt5350 -- cgit v1.2.3