[source] hostapd: mv netifd.sh hostapd.sh
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 1 11:38:01 PST 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/8aa92deaf6da29bc2c95f8823257ec451da9c136
commit 8aa92deaf6da29bc2c95f8823257ec451da9c136
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