diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:55 +0000 |
commit | 0d1c23f2ca6edfbd0655ab51aae8f2ceb4f4e70d (patch) | |
tree | aceede66cfa87754eded04ab2870e7bf7ae809c8 /target/linux/ar71xx/files/arch/mips | |
parent | a41829e342e1e2fe517bf83811cb251a8acc68aa (diff) | |
download | upstream-0d1c23f2ca6edfbd0655ab51aae8f2ceb4f4e70d.tar.gz upstream-0d1c23f2ca6edfbd0655ab51aae8f2ceb4f4e70d.tar.bz2 upstream-0d1c23f2ca6edfbd0655ab51aae8f2ceb4f4e70d.zip |
ar71xx: use netgear prefix for WNDAP360 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38102 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-wndap360.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c index 5b4b7b066c..80b0cf36be 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c @@ -46,11 +46,11 @@ */ static struct gpio_led wndap360_leds_gpio[] __initdata = { { - .name = "wndap360:green:power", + .name = "netgear:green:power", .gpio = WNDAP360_GPIO_LED_POWER_GREEN, .active_low = 1, }, { - .name = "wndap360:orange:power", + .name = "netgear:orange:power", .gpio = WNDAP360_GPIO_LED_POWER_ORANGE, .active_low = 1, } |