hostapd: mv netifd.sh hostapd.sh
authorDaniel Albers <daniel.albers@public-files.de>
Sun, 12 Feb 2017 19:23:20 +0000 (20:23 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 15 Feb 2017 08:38:57 +0000 (09:38 +0100)
same name for the file on the host and target

Signed-off-by: Daniel Albers <daniel.albers@public-files.de>
package/network/services/hostapd/Makefile
package/network/services/hostapd/files/hostapd.sh [moved from package/network/services/hostapd/files/netifd.sh with 100% similarity]

index e210457551f9d3b95d14052f9c0d74ccb65c8fba..f3aa94b6eaf1d3370f69b21e8e4bd22dfc1f5931 100644 (file)
@@ -350,7 +350,7 @@ endef
 
 define Package/hostapd-common/install
        $(INSTALL_DIR) $(1)/lib/netifd
-       $(INSTALL_DATA) ./files/netifd.sh $(1)/lib/netifd/hostapd.sh
+       $(INSTALL_DATA) ./files/hostapd.sh $(1)/lib/netifd/hostapd.sh
 endef
 
 define Package/hostapd/install