hostapd: mv netifd.sh hostapd.sh
[openwrt/openwrt.git] / package / network / services / hostapd / Makefile
index e210457551f9d3b95d14052f9c0d74ccb65c8fba..f3aa94b6eaf1d3370f69b21e8e4bd22dfc1f5931 100644 (file)
@@ -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