diff --git a/glorytun-udp/Makefile b/glorytun-udp/Makefile index 79743fe5e5..acacab7939 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-udp + $(INSTALL_DATA) glorytun-udp.config $(1)/etc/config/glorytun-udp endef $(eval $(call BuildPackage,$(PKG_NAME))) diff --git a/luci-app-glorytun-udp/root/etc/config/glorytun-udp b/glorytun-udp/glorytun-udp.config similarity index 100% rename from luci-app-glorytun-udp/root/etc/config/glorytun-udp rename to glorytun-udp/glorytun-udp.config