mirror of https://github.com/hak5/openwrt.git
ar71xx: wnr2200: fix a typo in a LED name
Reported-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38062lede-17.01
parent
fe781581df
commit
5e23012c77
|
@ -92,7 +92,7 @@ static struct gpio_led wnr2200_leds_gpio[] __initdata = {
|
||||||
.gpio = WNR2200_GPIO_LED_LAN4_GREEN,
|
.gpio = WNR2200_GPIO_LED_LAN4_GREEN,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}, {
|
}, {
|
||||||
.name = "wnr2200:anber:power",
|
.name = "wnr2200:amber:power",
|
||||||
.gpio = WNR2200_GPIO_LED_PWR_AMBER,
|
.gpio = WNR2200_GPIO_LED_PWR_AMBER,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue