projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d91c8b
)
fix build of hostapd-utils
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 14 Nov 2009 12:21:25 +0000
(12:21 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 14 Nov 2009 12:21:25 +0000
(12:21 +0000)
This fixes #6158.
Thank you Will Dyson for your patch.
SVN-Revision: 18417
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index a39b0e243cdadd4e8913ce4ea537903c38361a1e..5e10ea27b960e32c8495ce663fafbb44dc5c9836 100644
(file)
--- 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))