fix build of hostapd-utils
This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417
This commit is contained in:
parent
1d91c8b455
commit
ac141eb667
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue