mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-13 14:10:47 +00:00
hostapd: fix build error
SVN-Revision: 19289
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user