forked from Ivasoft/openwrt
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user