From: Hauke Mehrtens Date: Sat, 14 Nov 2009 12:21:25 +0000 (+0000) Subject: [hostapd-utils] fix build of hostapd-utils X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=1cd73da3268f1f74db4c2a1e7c0ecf06ab89881d;p=15.05%2Fopenwrt.git [hostapd-utils] fix build of hostapd-utils This fixes #6158. Thank you Will Dyson for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))