X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Ffiles%2Farch%2Fmips%2Fath79%2Fmach-wndr4300.c;h=d67b8f85e171f4d4c60eca229d4e1febf03113d3;hb=391ec1de96d516f6e4041804634732cbd6791a96;hp=0ecedff115051c8e203917d90f40dad8e98fdf4c;hpb=963fe410b4426a442a2c35bee85e0370b85646c3;p=openwrt.git diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c index 0ecedff115..d67b8f85e1 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c @@ -2,6 +2,7 @@ * NETGEAR WNDR4300 board support * * Copyright (C) 2012 Gabor Juhos + * Copyright (C) 2014 Ralph Perlich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -31,13 +32,13 @@ #include "machtypes.h" #define WNDR4300_GPIO_LED_POWER_GREEN 0 -#define WNDR4300_GPIO_LED_POWER_ORANGE 2 +#define WNDR4300_GPIO_LED_POWER_AMBER 2 #define WNDR4300_GPIO_LED_USB 13 #define WNDR4300_GPIO_LED_WAN_GREEN 1 -#define WNDR4300_GPIO_LED_WAN_ORANGE 3 +#define WNDR4300_GPIO_LED_WAN_AMBER 3 #define WNDR4300_GPIO_LED_WLAN5G 14 #define WNDR4300_GPIO_LED_WPS_GREEN 16 -#define WNDR4300_GPIO_LED_WPS_ORANGE 17 +#define WNDR4300_GPIO_LED_WPS_AMBER 17 #define WNDR4300_GPIO_BTN_RESET 21 #define WNDR4300_GPIO_BTN_WIRELESS 15 @@ -53,8 +54,8 @@ static struct gpio_led wndr4300_leds_gpio[] __initdata = { .active_low = 1, }, { - .name = "netgear:orange:power", - .gpio = WNDR4300_GPIO_LED_POWER_ORANGE, + .name = "netgear:amber:power", + .gpio = WNDR4300_GPIO_LED_POWER_AMBER, .active_low = 1, }, { @@ -63,8 +64,8 @@ static struct gpio_led wndr4300_leds_gpio[] __initdata = { .active_low = 1, }, { - .name = "netgear:orange:wan", - .gpio = WNDR4300_GPIO_LED_WAN_ORANGE, + .name = "netgear:amber:wan", + .gpio = WNDR4300_GPIO_LED_WAN_AMBER, .active_low = 1, }, { @@ -78,8 +79,8 @@ static struct gpio_led wndr4300_leds_gpio[] __initdata = { .active_low = 1, }, { - .name = "netgear:orange:wps", - .gpio = WNDR4300_GPIO_LED_WPS_ORANGE, + .name = "netgear:amber:wps", + .gpio = WNDR4300_GPIO_LED_WPS_AMBER, .active_low = 1, }, {