hostapd: fix c&p typo
https://dev.openwrt.org/ticket/19010 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44484
This commit is contained in:
parent
a54f062bd4
commit
ef87acc6a5
@ -82,7 +82,7 @@ ifneq ($(LOCAL_TYPE),hostapd)
|
|||||||
ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
||||||
TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
|
TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_WPA_RFKILL_SUPPORT)
|
ifdef CONFIG_WPA_RFKILL_SUPPORT
|
||||||
DRIVER_MAKEOPTS += NEED_RFKILL=y
|
DRIVER_MAKEOPTS += NEED_RFKILL=y
|
||||||
endif
|
endif
|
||||||
DRIVER_MAKEOPTS += \
|
DRIVER_MAKEOPTS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user