[source] hostapd: mv netifd.sh hostapd.sh
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 15 00:39:06 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/cb801b052cc38db807ecc6e10b9c06cb0d45491f
commit cb801b052cc38db807ecc6e10b9c06cb0d45491f
Author: Daniel Albers <daniel.albers at public-files.de>
AuthorDate: Sun Feb 12 20:23:20 2017 +0100
hostapd: mv netifd.sh hostapd.sh
same name for the file on the host and target
Signed-off-by: Daniel Albers <daniel.albers at public-files.de>
---
package/network/services/hostapd/Makefile | 2 +-
package/network/services/hostapd/files/{netifd.sh => hostapd.sh} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index e210457..f3aa94b 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
More information about the lede-commits
mailing list