Skip to content
Snippets Groups Projects
Commit ac141eb6 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

fix build of hostapd-utils

This fixes #6158.
Thank you Will Dyson for your patch.

SVN-Revision: 18417
parent 1d91c8b4
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ endif ...@@ -125,7 +125,7 @@ endif
define Package/hostapd-utils/install define Package/hostapd-utils/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd_cli $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd/hostapd_cli $(1)/usr/sbin/
endef endef
$(eval $(call BuildPackage,hostapd)) $(eval $(call BuildPackage,hostapd))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment