From: John Crispin Date: Tue, 17 Feb 2015 15:59:28 +0000 (+0000) Subject: hostapd: fix c&p typo X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=5b897b6f3a887a294c7763621371df1f4c6d2fa9;p=15.05%2Fopenwrt.git hostapd: fix c&p typo https://dev.openwrt.org/ticket/19010 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44484 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 += \