forked from Ivasoft/openwrt
ramips: add support for ELECOM WRH-300CR
ELECOM WRH-300CR is MT7620N based very small Wi-Fi router with 64MiB DDR2 SDRAM, 16MiB SPI Flash, one fast ethernet port, and (internal but easy-to-access) UART. it also has internal USB hub and USB card reader which provide one USB port, one SD card slot, and one microSD card slot. Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com> Signed-off-by: FUKAUMI Naoki <naobsd@gmail.com> SVN-Revision: 49211
This commit is contained in:
@@ -265,6 +265,10 @@ whr-600d)
|
||||
wnce2001)
|
||||
set_wifi_led "$board:green:wlan"
|
||||
;;
|
||||
wrh-300cr)
|
||||
set_wifi_led "$board:green:wlan"
|
||||
ucidef_set_led_netdev "lan" "lan" "$board:green:ethernet" "eth0"
|
||||
;;
|
||||
wt3020)
|
||||
ucidef_set_led_default "power" "power" "$board:blue:power" "0"
|
||||
;;
|
||||
|
||||
@@ -162,7 +162,8 @@ ramips_setup_interfaces()
|
||||
d105|\
|
||||
hpm|\
|
||||
na930|\
|
||||
wli-tx4-ag300n)
|
||||
wli-tx4-ag300n|\
|
||||
wrh-300cr)
|
||||
ucidef_set_interface_lan "eth0"
|
||||
;;
|
||||
e1700|\
|
||||
|
||||
Reference in New Issue
Block a user