From 3ce139d0511c143e1c4d4a0cfd756d0be19333f0 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 6 Dec 2024 15:04:10 +0100 Subject: [PATCH] Fix glorytun-udp package --- glorytun-udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun-udp/Makefile b/glorytun-udp/Makefile index f2520df5da..79743fe5e5 100644 --- a/glorytun-udp/Makefile +++ b/glorytun-udp/Makefile @@ -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)))