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 | |
| parent | 64268c716596edbad395cfa82ff30eb84a2f8488 (diff) | |
| download | mtk-20170518-8e07eba864fc7b82f530cdb46f84ee68977df5e7.zip mtk-20170518-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.gz mtk-20170518-8e07eba864fc7b82f530cdb46f84ee68977df5e7.tar.bz2 | |
hostapd: fix build error
SVN-Revision: 19289
Diffstat (limited to 'package')
| -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 cb31b58..95b3414 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/ |
