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 | 0a45b1733bfd4a28286f15db0ff1af53f728e8b2 (patch) | |
tree | 6187f176637dd2c9c02f89b1ae440a382f96d0bc /package | |
parent | 0f6446ce4c3c2b18edbeaf671cc08027c9f70cff (diff) | |
download | upstream-0a45b1733bfd4a28286f15db0ff1af53f728e8b2.tar.gz upstream-0a45b1733bfd4a28286f15db0ff1af53f728e8b2.tar.bz2 upstream-0a45b1733bfd4a28286f15db0ff1af53f728e8b2.zip |
hostapd: fix build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19289 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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/ |