forked from Ivasoft/openwrt
ar71xx: Added support for D-link DHP-1565 rev. A1
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> SVN-Revision: 43307
This commit is contained in:
@@ -98,6 +98,10 @@ rb-2011uias-2hnd)
|
||||
ucidef_set_led_switch "eth10" "ETH10" "rb:green:eth10" "switch1" "0x02"
|
||||
;;
|
||||
|
||||
dhp-1565-a1)
|
||||
ucidef_set_led_switch "wan" "WAN" "d-link:green:planet" "switch0" "0x20"
|
||||
;;
|
||||
|
||||
dir-505-a1)
|
||||
ucidef_set_led_netdev "lan" "LAN" "d-link:green:power" "eth1"
|
||||
;;
|
||||
|
||||
@@ -260,6 +260,7 @@ mynet-n750)
|
||||
[ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
|
||||
;;
|
||||
|
||||
dhp-1565-a1 |\
|
||||
dir-835-a1 |\
|
||||
wndr3700v4 | \
|
||||
wndr4300)
|
||||
|
||||
@@ -46,6 +46,7 @@ migrate_leds()
|
||||
board=$(ar71xx_board_name)
|
||||
|
||||
case "$board" in
|
||||
dhp-1565-a1|\
|
||||
dir-825-c1|\
|
||||
dir-835-a1)
|
||||
migrate_leds ":orange:=:amber:" ":wifi_bgn=:wlan2g"
|
||||
|
||||
Reference in New Issue
Block a user