Browse Source

fix typo (closes #1149)

SVN-Revision: 5996
Imre Kaloz 19 years ago
parent
commit
102e46bf19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/hostapd/Makefile

+ 1 - 1
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