mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-14 18:47:17 +00:00
ar71xx: fix LED name typo for GL-AR300M
It shouldn't use double colon characters. Signed-off-by: kyson Lok <kysonlok@gmail.com>
This commit is contained in:
parent
7f029c3924
commit
e776b6ed0b
@ -58,7 +58,7 @@ static struct gpio_led gl_ar300m_leds_gpio[] __initdata = {
|
||||
.active_low = 1,
|
||||
},
|
||||
{
|
||||
.name = "gl-ar300m::green:lan",
|
||||
.name = "gl-ar300m:green:lan",
|
||||
.gpio = GL_AR300M_GPIO_LED_LAN,
|
||||
.active_low = 1,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user