ramips: add support for dir810l and asus rp-n53

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37780
This commit is contained in:
John Crispin
2013-08-14 18:15:35 +00:00
parent 632a3e3a79
commit 36e3424fa5
7 changed files with 298 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ case $board in
dir-620-d1)
set_wifi_led "d-link:green:wifi"
;;
dir-810l)
ucidef_set_led_default "power" "POWER" "dlink:green:power" "1"
;;
esr-9753)
set_wifi_led "rt2800pci-phy0::radio"
;;
@@ -135,6 +138,10 @@ case $board in
wnce2001)
set_wifi_led "netgear:green:wlan"
;;
rp-n53)
ucidef_set_led_netdev "eth" "Network" "asus:white:back" "eth0"
set_wifi_led "asus:blue:wifi"
;;
esac
ucidef_commit_leds

View File

@@ -197,7 +197,8 @@ ramips_setup_macs()
rt-n13u | \
hg255d | \
fonera20n)
fonera20n |
dir-810l)
lan_mac=$(mtd_get_mac_binary factory 40)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;