Skip to content

Commit

Permalink
Update wifibroadcast-ng.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Dec 16, 2024
1 parent e361f13 commit ae9183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/package/wifibroadcast-ng/wifibroadcast-ng.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endef
define WIFIBROADCAST_NG_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(WIFIBROADCAST_NG_PKGDIR)/files/drone.key
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(WIFIBROADCAST_NG_PKGDIR)/files/wfb.conf
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(WIFIBROADCAST_NG_PKGDIR)/files/wfb.yaml

$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/init.d
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(WIFIBROADCAST_NG_PKGDIR)/files/S98wifibroadcast
Expand Down

0 comments on commit ae9183c

Please sign in to comment.