wireguard-tools: add tunlink option for hostroute
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-wpe72.c
index 114d6233c327cc672b90801ada9c4e99e88b4c59..9452484279d56e3d36e377e42090b1d7944d4e2a 100644 (file)
@@ -8,7 +8,7 @@
  *  by the Free Software Foundation.
  */
 
-#include<asm/mach-ath79/ath79.h>
+#include <asm/mach-ath79/ath79.h>
 
 #include "dev-eth.h"
 #include "dev-gpio-buttons.h"
@@ -59,6 +59,7 @@ static struct gpio_keys_button wpe72_gpio_keys[] __initdata = {
                .code           = KEY_RESTART,
                .debounce_interval = WPE72_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = WPE72_GPIO_RESET,
+               .active_low     = 1,
        }
 };