Explorar el Código

hostapd: fix c&p typo

https://dev.openwrt.org/ticket/19010

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44484
John Crispin hace 11 años
padre
commit
ef87acc6a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/network/services/hostapd/Makefile

+ 1 - 1
package/network/services/hostapd/Makefile

@@ -82,7 +82,7 @@ ifneq ($(LOCAL_TYPE),hostapd)
   ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
     TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
   endif
-  ifdef CONFIG_WPA_RFKILL_SUPPORT)
+  ifdef CONFIG_WPA_RFKILL_SUPPORT
     DRIVER_MAKEOPTS += NEED_RFKILL=y
   endif
   DRIVER_MAKEOPTS += \