diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-09 14:13:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-09 14:13:26 +0000 |
commit | dd48a43550b383efde60254a437f694baf2d99a9 (patch) | |
tree | c9183714ff6d3cdb03af5f802d11f7b03d364a57 | |
parent | a59d59be7924bafda8fa5931bb06901067dc018e (diff) | |
download | upstream-dd48a43550b383efde60254a437f694baf2d99a9.tar.gz upstream-dd48a43550b383efde60254a437f694baf2d99a9.tar.bz2 upstream-dd48a43550b383efde60254a437f694baf2d99a9.zip |
WRT160NL: add default trigger for the power led
SVN-Revision: 17203
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c index 057b3f7be4..0a73be112c 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c +++ b/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, |