From: Hauke Mehrtens Date: Sat, 14 Nov 2009 12:21:25 +0000 (+0000) Subject: fix build of hostapd-utils X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac141eb6675f822dc00e67cd47224a230ce01864;p=librecmc%2Flibrecmc.git fix build of hostapd-utils This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index a39b0e243c..5e10ea27b9 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -125,7 +125,7 @@ endif define Package/hostapd-utils/install $(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 $(eval $(call BuildPackage,hostapd))