From 115b6d53ffe601b92586f20e19f687bedc74d28b Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 8 Jul 2010 18:36:17 +0000 Subject: hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/hostapd/Makefile') diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 418992256..dcbe9e53a 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -294,8 +294,9 @@ Package/hostapd-mini/install = $(Package/hostapd/install) ifneq ($(LOCAL_TYPE),supplicant) define Package/hostapd-utils/install - $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/hotplug.d/button $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd/hostapd_cli $(1)/usr/sbin/ + $(INSTALL_DATA) ./files/wps-hotplug.sh $(1)/etc/hotplug.d/button/50-wps endef endif -- cgit v1.2.3