Browse Source

WRT160NL: add default trigger for the power led

SVN-Revision: 17203
Gabor Juhos 16 years ago
parent
commit
dd48a43550
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c

+ 1 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c

@@ -85,6 +85,7 @@ static struct gpio_led wrt160nl_leds_gpio[] __initdata = {
 		.name		= "wrt160nl:blue:power",
 		.gpio		= WRT160NL_GPIO_LED_POWER,
 		.active_low	= 1,
+		.default_trigger = "default-on",
 	}, {
 		.name		= "wrt160nl:amber:wps",
 		.gpio		= WRT160NL_GPIO_LED_WPS_AMBER,