diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 14:33:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 14:33:42 +0000 |
commit | 8e07eba864fc7b82f530cdb46f84ee68977df5e7 (patch) | |
tree | b20c588f26092c2ba39dfefe2ccca4ec8cf9bf57 /package/hostapd/Makefile | |
parent | 64268c716596edbad395cfa82ff30eb84a2f8488 (diff) | |
download | upstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.gz upstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.bz2 upstream-8e07eba864fc7b82f530cdb46f84ee68977df5e7.zip |
hostapd: fix build error
SVN-Revision: 19289
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 2 |
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/ |