add support for the Linksys E1700

SVN-Revision: 43186
This commit is contained in:
Imre Kaloz
2014-11-05 14:37:13 +00:00
parent d82cf547d0
commit d738d22bf8
7 changed files with 178 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ ramips_setup_interfaces()
ucidef_set_interface_lan "eth0"
;;
e1700 | \
mt7620a_mt7530)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch1" "1" "1"
@@ -302,6 +303,10 @@ ramips_setup_macs()
wan_mac=$(mtd_get_mac_ascii nvram wanmac)
;;
e1700)
wan_mac=$(mtd_get_mac_ascii config WAN_MAC_ADDR)
;;
wcr-150gn)
wan_mac=$(mtd_get_mac_binary factory 40)
;;

View File

@@ -48,6 +48,9 @@ get_status_led() {
dap-1350)
status_led="d-link:blue:power"
;;
e1700)
status_led="linksys:green:power"
;;
esr-9753)
status_led="esr-9753:orange:power"
;;

View File

@@ -175,6 +175,9 @@ ramips_board_detect() {
*"Kingston MLW221")
name="mlw221"
;;
*"Linksys E1700")
name="e1700"
;;
*"Planex MZK-750DHP")
name="mzk-750dhp"
;;

View File

@@ -44,6 +44,7 @@ platform_check_image() {
dir-620-a1 | \
dir-620-d1 | \
dir-810l | \
e1700 | \
esr-9753 | \
f7c027 | \
fonera20n | \