Skip to content

Commit

Permalink
Fix Glorytun-UDP cnfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 6, 2024
1 parent 3ce139d commit 5b5805c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glorytun-udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) init $(1)/etc/init.d/$(PKG_NAME)
$(INSTALL_DIR) $(1)/etc/config
touch $(1)/etc/config/glorytun-udp
$(INSTALL_DATA) glorytun-udp.config $(1)/etc/config/glorytun-udp
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
Expand Down
File renamed without changes.

0 comments on commit 5b5805c

Please sign in to comment.