diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 18:54:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 18:54:36 +0000 |
commit | bdce224aa4539301dbc42b99ece68418357c5d13 (patch) | |
tree | 0147bb767e9ac9aa39152da518f7127c2769d7ec | |
parent | 4e5a304422ba4cc4dcd90af89efccf88cb0066dd (diff) | |
download | upstream-bdce224aa4539301dbc42b99ece68418357c5d13.tar.gz upstream-bdce224aa4539301dbc42b99ece68418357c5d13.tar.bz2 upstream-bdce224aa4539301dbc42b99ece68418357c5d13.zip |
fix typo (closes #1149)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5996 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 068a04b1e9..76601dab10 100644 --- 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 |