Author: nbd
Date: 2015-05-08 14:23:35 +0200 (Fri, 08 May 2015)
New Revision: 45631

Modified:
   trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
Log:
ar71xx: fix LAN portmasks on wnr2000-v4

Signed-off-by: Michael J. Bazzinotti <[email protected]>

Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
===================================================================
--- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds       
2015-05-08 12:23:27 UTC (rev 45630)
+++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds       
2015-05-08 12:23:35 UTC (rev 45631)
@@ -501,10 +501,10 @@
 wnr2000-v4)
        ucidef_set_led_netdev "wan" "WAN" "netgear:green:wan" "eth1"
        ucidef_set_led_netdev "wlan" "WLAN" "netgear:blue:wlan" "wlan0"
-       ucidef_set_led_switch "lan1" "LAN1" "netgear:amber:lan1" "switch0" 
"0x04"
-       ucidef_set_led_switch "lan2" "LAN2" "netgear:amber:lan2" "switch0" 
"0x08"
-       ucidef_set_led_switch "lan3" "LAN3" "netgear:amber:lan3" "switch0" 
"0x10"
-       ucidef_set_led_switch "lan4" "LAN4" "netgear:amber:lan4" "switch0" 
"0x02"
+       ucidef_set_led_switch "lan1" "LAN1" "netgear:amber:lan1" "switch0" 
"0x02"
+       ucidef_set_led_switch "lan2" "LAN2" "netgear:amber:lan2" "switch0" 
"0x04"
+       ucidef_set_led_switch "lan3" "LAN3" "netgear:amber:lan3" "switch0" 
"0x08"
+       ucidef_set_led_switch "lan4" "LAN4" "netgear:amber:lan4" "switch0" 
"0x10"
        ucidef_set_led_usbdev "usb" "USB" "netgear:amber:status" "1-1"
     ;;
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to