diff options
author | John Crispin <john@openwrt.org> | 2015-02-17 15:59:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-17 15:59:28 +0000 |
commit | ef87acc6a5fe04b8cd6424588f969d038c8c1e1e (patch) | |
tree | 1d1f502e5205e45b54cdd3bfb3ab79b3f805aefd /package/network/services/hostapd | |
parent | a54f062bd41118ba412986ea5064977407e72b33 (diff) | |
download | upstream-ef87acc6a5fe04b8cd6424588f969d038c8c1e1e.tar.gz upstream-ef87acc6a5fe04b8cd6424588f969d038c8c1e1e.tar.bz2 upstream-ef87acc6a5fe04b8cd6424588f969d038c8c1e1e.zip |
hostapd: fix c&p typo
https://dev.openwrt.org/ticket/19010
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44484
Diffstat (limited to 'package/network/services/hostapd')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 6bdf5341e0..d1bbab86e7 100644 --- a/package/network/services/hostapd/Makefile +++ b/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 += \ |