TP-Link RE200 v2 is a wireless range extender with Ethernet and 2.4G and 5G WiFi with internal antennas. It's based on MediaTek MT7628AN+MT7610EN. Specifications -------------- - MediaTek MT7628AN (580 Mhz) - 64 MB of RAM - 8 MB of FLASH - 2T2R 2.4 GHz and 1T1R 5 GHz - 1x 10/100 Mbps Ethernet - UART header on PCB (57600 8n1) - 8x LED (GPIO-controlled), 2x button There are 2.4G and 5G LEDs in red and green which are controlled separately. MAC addresses ------------- The MAC address assignment matches stock firmware, i.e.: LAN : *:0D 2.4G: *:0E 5G : *:0F Installation ------------ Web Interface ------------- It is possible to upgrade to OpenWrt via the web interface. Simply flash the -factory.bin from OEM. In contrast to a stock firmware, this will not overwrite U-Boot.
		
			
				
	
	
		
			95 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			95 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -- Cudy
 | |
| 
 | |
| device('cudy-wr1000', 'cudy_wr1000')
 | |
| 
 | |
| 
 | |
| -- GL.iNet
 | |
| 
 | |
| device('gl-mt300n-v2', 'glinet_gl-mt300n-v2', {
 | |
| 	factory = false,
 | |
| })
 | |
| 
 | |
| device('gl.inet-vixmini', 'glinet_vixmini', {
 | |
| 	factory = false,
 | |
| })
 | |
| 
 | |
| 
 | |
| -- Netgear
 | |
| 
 | |
| device('netgear-r6120', 'netgear_r6120', {
 | |
| 	factory_ext = '.img',
 | |
| })
 | |
| 
 | |
| 
 | |
| -- RAVPower
 | |
| 
 | |
| device('ravpower-rp-wd009', 'ravpower_rp-wd009')
 | |
| 
 | |
| 
 | |
| -- TP-Link
 | |
| 
 | |
| device('tp-link-archer-c50-v3', 'tplink_archer-c50-v3', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', {
 | |
| 	factory = false,
 | |
| })
 | |
| 
 | |
| device('tp-link-re200-v2', 'tplink_re200-v2')
 | |
| 
 | |
| device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| device('tp-link-tl-wa801nd-v5', 'tplink_tl-wa801nd-v5', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| device('tp-link-tl-wr841n-v13', 'tplink_tl-wr841n-v13', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
 | |
| 	factory = false,
 | |
| 	extra_images = {
 | |
| 		{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
 | |
| 	},
 | |
| })
 | |
| 
 | |
| -- VoCore 2
 | |
| 
 | |
| device('vocore2', 'vocore_vocore2', {
 | |
| 	factory = false,
 | |
| })
 | |
| 
 | |
| 
 | |
| -- Xiaomi
 | |
| 
 | |
| device('xiaomi-mi-router-4a-100m-edition', 'xiaomi_mi-router-4a-100m', {
 | |
| 	factory = false,
 | |
| })
 | |
| 
 | |
| device('xiaomi-mi-router-4c', 'xiaomi_mi-router-4c', {
 | |
| 	factory = false,
 | |
| })
 |