Signed-off-by: Xuefu Lin <xuefulin@gmail.com>
set_wifi_led "$board:white:wlan2g"
;;
psg1218)
- ucidef_set_led_default "power" "power" "$board:red:status" "1"
+ ucidef_set_led_netdev "Network" "Network" "$board:blue:status" "eth0"
+ ucidef_set_led_default "status" "STATUS" "$board:yellow:status" "0"
;;
px-4885)
set_wifi_led "$board:orange:wifi"
status_led="$board:white:wps"
;;
psg1218)
- status_led="$board:blue:status"
+ status_led="$board:yellow:status"
;;
cy-swr1100|\
w502u)
blue {
label = "psg1218:blue:status";
- gpios = <&gpio0 10 0>;
+ gpios = <&gpio0 10 1>;
};
yellow {
label = "psg1218:yellow:status";
- gpios = <&gpio0 11 0>;
+ gpios = <&gpio0 11 1>;
};
red {
label = "psg1218:red:status";
- gpios = <&gpio0 8 1>;
+ gpios = <&gpio0 8 0>;
};
};