Author: luka Date: 2015-11-04 23:28:42 +0100 (Wed, 04 Nov 2015) New Revision: 47385
Modified: trunk/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds trunk/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch Log: kirkwood: pogo_e02: use mainline led definitions Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds =================================================================== --- trunk/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds 2015-11-04 22:28:40 UTC (rev 47384) +++ trunk/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds 2015-11-04 22:28:42 UTC (rev 47385) @@ -30,8 +30,8 @@ ucidef_set_led_default "fault" "fault" "ib62x0:red:os" "1" ;; "pogo_e02") - ucidef_set_led_default "health" "health" "status:green:health" "1" - ucidef_set_led_default "fault" "fault" "status:orange:fault" "1" + ucidef_set_led_default "health" "health" "pogo_e02:green:health" "1" + ucidef_set_led_default "fault" "fault" "pogo_e02:orange:fault" "1" ;; "guruplug-server-plus") ucidef_set_led_timer "health" "health" "guruplug:red:health" "200" "800" Modified: trunk/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch =================================================================== --- trunk/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch 2015-11-04 22:28:40 UTC (rev 47384) +++ trunk/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch 2015-11-04 22:28:42 UTC (rev 47385) @@ -55,12 +55,12 @@ + pinctrl-names = "default"; + + health { -+ label = "status:green:health"; ++ label = "pogo_e02:green:health"; + gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; + default-state = "keep"; + }; + fault { -+ label = "status:orange:fault"; ++ label = "pogo_e02:orange:fault"; + gpios = <&gpio1 17 GPIO_ACTIVE_LOW>; + }; + }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
