wireguard-tools: add tunlink option for hostroute
[openwrt/staging/chunkeey.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-gl-ar300m.c
index c4e537f8613f269c3dc7fe1f3e58dafcbbb5c4ea..d10a91012926280391e0907df531a01e8073c00f 100644 (file)
@@ -29,7 +29,6 @@
 #include "machtypes.h"
 #include "pci.h"
 
-#define GL_AR300M_GPIO_LED_USB         2
 #define GL_AR300M_GPIO_LED_WLAN                14
 #define GL_AR300M_GPIO_LED_LAN         13
 #define GL_AR300M_GPIO_LED_SYSTEM      12
 
 static struct gpio_led gl_ar300m_leds_gpio[] __initdata = {
        {
-               .name = "gl-ar300m:green:usb",
-               .gpio = GL_AR300M_GPIO_LED_USB,
-               .active_low = 0,
-               .default_state = 1,
-       },
-       {
-               .name = "gl-ar300m:green:wlan",
+               .name = "gl-ar300m:red:wlan",
                .gpio = GL_AR300M_GPIO_LED_WLAN,
                .active_low = 1,
        },
@@ -162,5 +155,4 @@ static void __init gl_ar300m_setup(void)
        ath79_register_pci();
 }
 
-MIPS_MACHINE(ATH79_MACH_GL_AR300M, "GL-AR300M", "GL-AR300M",
-                gl_ar300m_setup);
+MIPS_MACHINE(ATH79_MACH_GL_AR300M, "GL-AR300M", "GL.iNet GL-AR300M", gl_ar300m_setup);