aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-23 14:33:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-23 14:33:42 +0000
commit8e07eba864fc7b82f530cdb46f84ee68977df5e7 (patch)
treeb20c588f26092c2ba39dfefe2ccca4ec8cf9bf57
parent64268c716596edbad395cfa82ff30eb84a2f8488 (diff)
downloadupstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.gz
upstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.bz2
upstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.zip
hostapd: fix build error
SVN-Revision: 19289
-rw-r--r--package/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index cb31b58644..95b34141e7 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -296,7 +296,7 @@ define Package/wpa-supplicant/install
endef
Package/wpa-supplicant-mini/install = $(Package/wpa-supplicant/install)
-ifneq ($(LOCAL_VARIANT),hostapd)
+ifneq ($(LOCAL_TYPE),hostapd)
define Package/wpa-cli/install
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant/wpa_cli $(1)/usr/sbin/