Skip to content

Commit

Permalink
manually install init scripts to have them enabled by default
Browse files Browse the repository at this point in the history
Somehow opkg does not enable our init scripts, i.e.
/etc/init.d/blue-merle enabled && echo yes  does not show "yes". I hope
that this change makes it work again.
  • Loading branch information
muelli committed Oct 18, 2023
1 parent 488fdaa commit 686c7a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ endef

define Package/blue-merle/install
$(CP) ./files/* $(1)/
$(INSTALL_BIN) ./files/etc/init.d/* $(1)/etc/init.d/
$(INSTALL_BIN) ./files/etc/init.d/blue-merle $(1)/etc/init.d/
$(INSTALL_BIN) ./files/etc/init.d/volatile-client-macs $(1)/etc/init.d/
$(INSTALL_BIN) ./files/etc/gl-switch.d/* $(1)/etc/gl-switch.d/
$(INSTALL_BIN) ./files/usr/bin/* $(1)/usr/bin/
$(INSTALL_BIN) ./files/usr/libexec/blue-merle $(1)/usr/libexec/blue-merle
Expand Down

0 comments on commit 686c7a6

Please sign in to comment.