|
@@ -305,7 +305,7 @@ ifneq ($(LOCAL_TYPE),supplicant)
|
|
|
define Package/hostapd-utils/install
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/rc.button
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd/hostapd_cli $(1)/usr/sbin/
|
|
|
- $(INSTALL_BIN) ./files/wps-hotplug.sh $(1)/etc/rc.button/wps,
|
|
|
+ $(INSTALL_BIN) ./files/wps-hotplug.sh $(1)/etc/rc.button/wps
|
|
|
endef
|
|
|
endif
|
|
|
|