diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:54 +0000 |
commit | a41829e342e1e2fe517bf83811cb251a8acc68aa (patch) | |
tree | 48e10b3c7f16492e368ef3605e2da4a808a92b2d /target/linux/ar71xx/files/arch/mips | |
parent | 6e68a61d0ce516db13ed2b84558ce5917c799159 (diff) | |
download | upstream-a41829e342e1e2fe517bf83811cb251a8acc68aa.tar.gz upstream-a41829e342e1e2fe517bf83811cb251a8acc68aa.tar.bz2 upstream-a41829e342e1e2fe517bf83811cb251a8acc68aa.zip |
ar71xx: use netgear prefix for WNR612 v2 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c index 4669cebdea..6acd991eb6 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c @@ -52,7 +52,7 @@ static struct gpio_led wnr2000v3_leds_gpio[] __initdata = { static struct gpio_led wnr612v2_leds_gpio[] __initdata = { { - .name = "wnr612v2:green:power", + .name = "netgear:green:power", .gpio = WNR612V2_GPIO_LED_PWR_GREEN, .active_low = 1, } |