diff options
author | Daniel Fuchs <software@sagacioussuricata.com> | 2022-10-25 01:13:30 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-13 22:36:06 +0100 |
commit | 794d1645b3d4e6735b4a749f39cfeaa05f60b101 (patch) | |
tree | 1a36663c2dbf9cd5d62015524db9a4eb1977d0c4 /target/linux/ramips/mt7620 | |
parent | 0cfd15552e335528743f1fcc4961959126788bf5 (diff) | |
download | upstream-794d1645b3d4e6735b4a749f39cfeaa05f60b101.tar.gz upstream-794d1645b3d4e6735b4a749f39cfeaa05f60b101.tar.bz2 upstream-794d1645b3d4e6735b4a749f39cfeaa05f60b101.zip |
ramips: add support for Amped Wireless B1200EX
This device is almost identical to the already supported Edimax
EW-7476RP5, the only differences are:
- There is no mode selection slider switch on this device
- The two wireless LEDs are green instead of blue
- Model name in the CSYS header is RN10
Additional changes:
- Moved WiFi LEDs and the slider switch to the individual dt files
- Added ieee80211-freq-limit to the mt7612e radio to properly disable
2.4GHz band on this radio
Device specifications:
SoC: MediaTek MT7620a @ 580MHz
RAM: 64M (Winbond W9751G6KB-25)
FLASH: 8MB (Macronix)
WiFi: SoC-integrated: MediaTek MT7620a bgn
WiFi: MediaTek MT7612EN nac
GbE: 1x (RTL8211E)
BTN: WPS/RESET
LED: - WiFi 5G (green)
- WiFi 2.4G (green)
- Signal Strength (green)
- Power (green)
- WPS (green)
- LAN (green)
UART: UART is present as Pads with throughholes on the PCB. They are
located next to the WPS button
3.3V - RX - GND - TX / 57600-8N1
3.3V is the square pad
Installation:
Upload the sysupgrade image via the default web interface
Signed-off-by: Daniel Fuchs <software@sagacioussuricata.com>
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index b1dc36672d..d52beefdcc 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -101,6 +101,7 @@ edimax,br-6478ac-v2|\ edimax,ew-7478apc) ucidef_set_led_netdev "wifi_led" "wifi" "blue:wlan" "wlan0" ;; +ampedwireless,b1200ex|\ edimax,ew-7476rpc|\ edimax,ew-7478ac) ucidef_set_led_switch "lan" "lan" "green:lan" "switch0" "0x20" diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index ac1cf5e62a..13f9453442 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -38,6 +38,7 @@ ramips_setup_interfaces() "3:lan" "4:wan" "6@eth0" ;; alfa-network,tube-e4g|\ + ampedwireless,b1200ex|\ buffalo,wmr-300|\ dlink,dch-m225|\ edimax,ew-7476rpc|\ |