From cb801b052cc38db807ecc6e10b9c06cb0d45491f Mon Sep 17 00:00:00 2001
From: Daniel Albers <daniel.albers@public-files.de>
Date: Sun, 12 Feb 2017 20:23:20 +0100
Subject: [PATCH] hostapd: mv netifd.sh hostapd.sh

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                       | 2 +-
 .../network/services/hostapd/files/{netifd.sh => hostapd.sh}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename package/network/services/hostapd/files/{netifd.sh => hostapd.sh} (100%)

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index e210457551..f3aa94b6ea 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -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
diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/hostapd.sh
similarity index 100%
rename from package/network/services/hostapd/files/netifd.sh
rename to package/network/services/hostapd/files/hostapd.sh
-- 
GitLab