2
0
forked from Ivasoft/openwrt

ramips: add support for Mercury MAC1200R v2

MT7628AN + MT7612E, 8MB SPI flash, 64MB DDR RAM
reset button GPIO is still missing (anyone?)
bootloader password is 'slp'

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-09-09 00:57:31 +02:00
parent 943cf08fb7
commit 083ef3fefe
6 changed files with 111 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ ramips_setup_interfaces()
dir-615-h1|\
firewrt|\
hlk-rm04|\
mac1200rv2|\
miwifi-mini|\
miwifi-nano|\
mt7621|\
@@ -313,6 +314,10 @@ ramips_setup_macs()
wan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$(mtd_get_mac_binary factory 46)
;;
mac1200rv2)
lan_mac=$(mtd_get_mac_binary factory_info 13)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
m3|\
m4|\
x5|\

View File

@@ -65,6 +65,7 @@ get_status_led() {
dir-620-d1|\
hpm|\
hw550-3g|\
mac1200rv2|\
miniembwifi|\
mofi3500-3gn|\
rut5xx|\