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>
master
Daniel Albers 7 years ago committed by John Crispin
parent d9a358d562
commit cb801b052c
  1. 2
      package/network/services/hostapd/Makefile
  2. 0
      package/network/services/hostapd/files/hostapd.sh

@ -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

Loading…
Cancel
Save