aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
diff options
context:
space:
mode:
authorSergei Burakov <senior.anonymous@mail.ru>2022-05-20 16:20:23 +0300
committerSungbo Eo <mans0n@gorani.run>2022-09-13 01:01:52 +0900
commit2905ce3d643f1a098139d16d9c73ff7e802ee04e (patch)
treeaa8a2185aaaf0b8172df0c1815916016861ef5c4 /target/linux/ramips/rt305x
parenta46e91e8a1c0e4e38d6c0bcb26eb49c54bc3a408 (diff)
downloadupstream-2905ce3d643f1a098139d16d9c73ff7e802ee04e.tar.gz
upstream-2905ce3d643f1a098139d16d9c73ff7e802ee04e.tar.bz2
upstream-2905ce3d643f1a098139d16d9c73ff7e802ee04e.zip
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 <senior.anonymous@mail.ru>
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r--target/linux/ramips/rt305x/base-files/etc/board.d/02_network4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/base-files/etc/board.d/02_network b/target/linux/ramips/rt305x/base-files/etc/board.d/02_network
index db200de9fa..64c3997f27 100644
--- a/target/linux/ramips/rt305x/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/rt305x/base-files/etc/board.d/02_network
@@ -167,6 +167,10 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "6@eth0"
;;
+ zyxel,keenetic-4g-b)
+ ucidef_add_switch "switch0" \
+ "0:lan:1" "1:lan:0" "4:wan" "6@eth0"
+ ;;
zyxel,keenetic-lite-b|\
zyxel,keenetic-start)
ucidef_add_switch "switch0" \