mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix typo (closes #1149)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4e5a304422
commit
bdce224aa4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user