mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 20:41:06 +02: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
163c1d6013
commit
858ccfbcc2
@ -85,7 +85,7 @@ define Package/InstallTemplate
|
|||||||
$(MAKE) $(PKG_BUILD_DIR)/.built; \
|
$(MAKE) $(PKG_BUILD_DIR)/.built; \
|
||||||
fi
|
fi
|
||||||
$(INSTALL_DIR) $$(1)/etc
|
$(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_DIR) $$(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)_$(2)/hostapd $$(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)_$(2)/hostapd $$(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user