projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76b24f6
)
fix typo (closes #1149)
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 5 Jan 2007 18:54:36 +0000
(18:54 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 5 Jan 2007 18:54:36 +0000
(18:54 +0000)
SVN-Revision: 5996
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 068a04b1e9af34c43b92789eb7e978b644fe0f68..76601dab1040b0b33aaa4b4e214635016e57a1e9 100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-85,7
+85,7
@@
define Package/InstallTemplate
$(MAKE) $(PKG_BUILD_DIR)/.built; \
fi
$(INSTALL_DIR) $$(1)/etc
- $(INSTALL_CONF $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf
+ $(INSTALL_CONF
)
$(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf
$(INSTALL_DIR) $$(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)_$(2)/hostapd $$(1)/usr/sbin/
endef