From c71838faa1dc9ade9918abbc61b587ff35880a53 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 29 May 2012 16:39:03 +0000 Subject: ramips: WAN LED for D-Link DIR-300-B1 Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. Closes: https://dev.openwrt.org/ticket/11326 Signed-off-by: Tobias Diedrich [ juhosg: - fix comment style in mach-dir-300-revb.c, - remove the PPP specific LED setup, not everyone uses a PPP connection on the WAN interface] SVN-Revision: 31989 --- .../linux/ramips/base-files/etc/uci-defaults/leds | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'target/linux/ramips/base-files/etc/uci-defaults') diff --git a/target/linux/ramips/base-files/etc/uci-defaults/leds b/target/linux/ramips/base-files/etc/uci-defaults/leds index ba6ea60cde..f87a64faef 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/leds +++ b/target/linux/ramips/base-files/etc/uci-defaults/leds @@ -30,6 +30,24 @@ commit system EOF } +set_wan_led() { + local sysfs="$1" + local name="$2" + local trigger="$3" + local dev="$4" + local mode="$5" + + uci batch <