fix wpa_cli compile
SVN-Revision: 11861
This commit is contained in:
parent
af36f6132c
commit
923008ecc8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ endef
|
|||
|
||||
define Package/wpa-cli/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
|
||||
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant/wpa_cli $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,wpa-supplicant))
|
||||
|
|
Loading…
Reference in a new issue