aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/base-files
diff options
context:
space:
mode:
authorDavide Fioravanti <pantanastyle@gmail.com>2020-05-20 01:27:56 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-08 13:28:17 +0200
commit8c13ebd3ad7532fce916d1160e1218a6a40f50b1 (patch)
tree4d9965b326edd2c7a4d23bc54338af5c5ca311d6 /target/linux/ramips/mt7621/base-files
parent66e04abbb6d0dec8642be5deb2fca4bba470f8ac (diff)
downloadupstream-8c13ebd3ad7532fce916d1160e1218a6a40f50b1.tar.gz
upstream-8c13ebd3ad7532fce916d1160e1218a6a40f50b1.tar.bz2
upstream-8c13ebd3ad7532fce916d1160e1218a6a40f50b1.zip
ramips: add support for Edimax Gemini RE23S
Hardware -------- SoC: Mediatek MT7621AT (880 MHz, 2 cores 4 threads) RAM: 128MB FLASH: 16MB NOR (Macronix MX25L12805D) ETH: 1x 10/100/1000 Mbps Ethernet (MT7530) WIFI: - 2.4GHz: 1x MT7615 (4x4:4) - 5GHz: 1x MT7615 (4x4:4) - 4 antennas: 2 external detachable and 2 internal BTN: - 1x Reset button - 1x WPS button LEDS: - 1x Green led (Power) - 1x Green-Amber-Red led (Wifi) UART: - 57600-8-N-1 Everything works correctly. Installation ------------ Flash the factory image directly from OEM web interface. (You can login using these credentials: admin/1234) Restore OEM Firmware -------------------- Flash the OEM "bin" firmware directly from LUCI. The firmware is downloadable from the OEM web page. Warning: Remember to not keep settings! Warning2: Remember to force the flash. Restoring procedure tested with RE23_1.08.bin MAC addresses ------------- factory 0x4 *:24 factory 0x8004 *:25 Cimage 0x07 *:24 Cimage 0x0D *:24 Cimage 0x13 *:24 Cimage 0x19 *:25 No other addresses were found in factory partition. Since the label contains both the 2.4GHz and 5GHz mac address I decided to set the 5GHz one as label-mac-device. Moreover it also corresponds to the lan mac address. Notes ----- The wifi led in the OEM firmware changes colour depending on the signal strength. This can be done in OpenWrt but just for one interface. So for now will not be any default action for this led. If you want to open the case, pay attention to the antenna placed on the bottom part of the front cover. The wire is a bit short and it breaks easily. (I broke it) Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com> [fix two typos and add extended MAC address section to commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt7621/base-files')
-rwxr-xr-xtarget/linux/ramips/mt7621/base-files/etc/board.d/02_network19
1 files changed, 10 insertions, 9 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
index a276d082e9..9665993297 100755
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
@@ -19,6 +19,16 @@ ramips_setup_interfaces()
xiaomi,mir3g-v2)
ucidef_set_interfaces_lan_wan "lan1 lan2" "wan"
;;
+ edimax,re23s|\
+ mikrotik,routerboard-m11g|\
+ netgear,ex6150|\
+ thunder,timecloud|\
+ tplink,re350-v1|\
+ tplink,re500-v1|\
+ tplink,re650-v1|\
+ ubnt,unifi-nanohd)
+ ucidef_set_interface_lan "lan"
+ ;;
gehua,ghl-r-001|\
hiwifi,hc5962|\
xiaomi,mir3p|\
@@ -33,15 +43,6 @@ ramips_setup_interfaces()
netgear,wac104)
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
;;
- mikrotik,routerboard-m11g|\
- netgear,ex6150|\
- thunder,timecloud|\
- tplink,re350-v1|\
- tplink,re500-v1|\
- tplink,re650-v1|\
- ubnt,unifi-nanohd)
- ucidef_set_interface_lan "lan"
- ;;
mikrotik,routerboard-750gr3)
ucidef_set_interfaces_lan_wan "lan2 lan3 lan4 lan5" "wan"
;;