From bed0fd7c6cfabf444a181e0ab8183e05da8fe2f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Apr 2025 14:18:10 +0000 Subject: [PATCH] core195: Ship downloader changes Signed-off-by: Michael Tremer --- config/rootfiles/core/195/filelists/files | 4 ++++ lfs/wio | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/195/filelists/files b/config/rootfiles/core/195/filelists/files index e69de29bb2..dd7a3d471a 100644 --- a/config/rootfiles/core/195/filelists/files +++ b/config/rootfiles/core/195/filelists/files @@ -0,0 +1,4 @@ +srv/web/ipfire/cgi-bin/ddns.cgi +var/ipfire/general-functions.pl +var/ipfire/http-client-functions.pl +var/ipfire/ids-functions.pl diff --git a/lfs/wio b/lfs/wio index b173b935a4..c5415add94 100644 --- a/lfs/wio +++ b/lfs/wio @@ -32,7 +32,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 17 +PAK_VER = 18 DEPS = -- 2.39.5