aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-17 15:59:28 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-17 15:59:28 +0000
commit5b897b6f3a887a294c7763621371df1f4c6d2fa9 (patch)
treeba013b39e9b530039669344710a02b977341490e /package/network/services/hostapd/Makefile
parentdab430782ea4bf8056297ef775c42086adc025ac (diff)
downloadmaster-187ad058-5b897b6f3a887a294c7763621371df1f4c6d2fa9.tar.gz
master-187ad058-5b897b6f3a887a294c7763621371df1f4c6d2fa9.tar.bz2
master-187ad058-5b897b6f3a887a294c7763621371df1f4c6d2fa9.zip
hostapd: fix c&p typo
https://dev.openwrt.org/ticket/19010 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44484 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
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 += \