Browse Source

hostapd: fix superflous coma

this cause the wps trigegr to be copied to the wrong place

https://dev.openwrt.org/ticket/13753

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 37031
John Crispin 12 years ago
parent
commit
e7dbdad43b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/hostapd/Makefile

+ 1 - 1
package/network/services/hostapd/Makefile

@@ -305,7 +305,7 @@ ifneq ($(LOCAL_TYPE),supplicant)
   define Package/hostapd-utils/install
   define Package/hostapd-utils/install
 	$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/rc.button
 	$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/rc.button
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd/hostapd_cli $(1)/usr/sbin/
 	$(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
   endef
 endif
 endif