From: Daniel Albers Date: Sun, 12 Feb 2017 19:23:20 +0000 (+0100) Subject: hostapd: mv netifd.sh hostapd.sh X-Git-Tag: v18.06.0-rc1~3607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb801b052cc38db807ecc6e10b9c06cb0d45491f;p=thirdparty%2Fopenwrt.git hostapd: mv netifd.sh hostapd.sh same name for the file on the host and target Signed-off-by: Daniel Albers --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index e210457551f..f3aa94b6eaf 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