Skip to content

Commit

Permalink
Fix glorytun-udp package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 6, 2024
1 parent 88863e4 commit 3ce139d
Showing 1 changed file 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
touch $(1)/etc/config/glorytun-udp
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
Expand Down

0 comments on commit 3ce139d

Please sign in to comment.