diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-18 12:40:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-18 12:40:27 +0000 |
commit | a857d23752081c257c937782254956cfad74ad90 (patch) | |
tree | 7279de5aba3f16cf34a4927c84d21ad10ee4738b /package/hostapd/Makefile | |
parent | 201d3661418da36ffe9e65e0002a98e8e072f8ea (diff) | |
download | upstream-a857d23752081c257c937782254956cfad74ad90.tar.gz upstream-a857d23752081c257c937782254956cfad74ad90.tar.bz2 upstream-a857d23752081c257c937782254956cfad74ad90.zip |
move hostapd setup script from wireless-tools to hostapd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index b77873c3ce..e500b87bd0 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -81,6 +81,8 @@ define Package/InstallTemplate rm -f $(PKG_BUILD_DIR)/.built; \ $(MAKE) $(PKG_BUILD_DIR)/.built; \ fi + $(INSTALL_DIR) $$(1)/lib/wifi + $(INSTALL_DATA) ./files/hostapd.sh $$(1)/lib/wifi/hostapd.sh $(INSTALL_DIR) $$(1)/etc $(INSTALL_CONF) $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf $(INSTALL_DIR) $$(1)/usr/sbin |