Skip to content

Commit

Permalink
fixup! openwrt: add service files
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Feb 5, 2024
1 parent 3c957f6 commit 0ea9323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/gluon-diagnostic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define Package/gluon-diagnostic/install
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d $(1)/etc/config
$(CP) $(PKG_BUILD_DIR)/src/gluon-diagnostic $(1)/usr/bin
$(CP) ./files/gluon-diagnostic.init $(1)/etc/init.d/gluon-diagnostic
$(CP) ./files/gluon-diagnostic.config $(1)/etc/config/gluon-diagnostic
$(CP) ./files/gluon-diagnostic.uci $(1)/etc/config/gluon-diagnostic
endef

$(eval $(call BuildPackage,gluon-diagnostic))

0 comments on commit 0ea9323

Please sign in to comment.