aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2018-07-26 23:24:22 +0900
committerJohn Crispin <john@phrozen.org>2018-07-30 15:55:21 +0200
commitce93445cd6058ae37ca3d257792f68cd98e758da (patch)
tree1eddc84811b79ffc8721553ddac0ddf8a682743d /target/linux/ramips/base-files/etc/board.d/02_network
parent869b0d11db926a925bff6bad6024a0031bb259ac (diff)
downloadupstream-ce93445cd6058ae37ca3d257792f68cd98e758da.tar.gz
upstream-ce93445cd6058ae37ca3d257792f68cd98e758da.tar.bz2
upstream-ce93445cd6058ae37ca3d257792f68cd98e758da.zip
ramips: add support for ELECOM WRC-2533GST
ELECOM WRC-2533GST is a 2.4/5 GHz band 11ac rotuer, based on MediaTek MT7621A. Specification: - MT7621A (2-Core, 4-Threads) - 128 MB of RAM (DDR3) - 16 MB of Flash (SPI) - 4T4R 2.4/5 GHz wifi - MediaTek MT7615 - 5x 10/100/1000 Mbps Ethernet - 4x LEDs, 6 keys (2x buttons, 1x slide switch) - UART header on PCB - Vcc, GND, TX, RX from ethernet port side - baudrate: 57600 bps Flash instruction using factory image: 1. Connect the computer to the LAN port of WRC-2533GST 2. Connect power cable to WRC-2533GST and turn on it 3. Access to "https://192.168.2.1/" and open firmware update page ("ファームウェア更新") 4. Select the OpenWrt factory image and click apply ("適用") button 5. Wait ~150 seconds to complete flashing Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 818a919f41..7d5f09c35c 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -232,6 +232,7 @@ ramips_setup_interfaces()
;;
dir-860l-b1|\
elecom,wrc-1167ghbk2-s|\
+ elecom,wrc-2533gst|\
iodata,wn-ax1167gr|\
iodata,wn-gx300gr)
ucidef_add_switch "switch0" \
@@ -466,6 +467,7 @@ ramips_setup_macs()
wan_mac=$(mtd_get_mac_ascii config WAN_MAC_ADDR)
;;
elecom,wrc-1167ghbk2-s|\
+ elecom,wrc-2533gst|\
sk-wb8)
wan_mac=$(mtd_get_mac_binary factory 57350)
;;