From 6c57fb3503296cba492531e643963ad264f66200 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 22 Apr 2023 09:27:00 +0200 Subject: [PATCH] configroot: Fix typo It is called ipset-functions.pl not ipsec-functions.pl. May the second one comes any days in future - who knows.... Signed-off-by: Stefan Schantl --- lfs/configroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/configroot b/lfs/configroot index f233935007..bca77909a7 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -81,7 +81,7 @@ $(TARGET) : cp $(DIR_SRC)/config/cfgroot/location-functions.pl $(CONFIG_ROOT)/ cp $(DIR_SRC)/config/cfgroot/ipblocklist-functions.pl $(CONFIG_ROOT)/ cp $(DIR_SRC)/config/cfgroot/ids-functions.pl $(CONFIG_ROOT)/ - cp $(DIR_SRC)/config/cfgroot/ipsec-functions.pl $(CONFIG_ROOT)/ + cp $(DIR_SRC)/config/cfgroot/ipset-functions.pl $(CONFIG_ROOT)/ cp $(DIR_SRC)/config/cfgroot/lang.pl $(CONFIG_ROOT)/ cp $(DIR_SRC)/config/cfgroot/countries.pl $(CONFIG_ROOT)/ cp $(DIR_SRC)/config/cfgroot/graphs.pl $(CONFIG_ROOT)/ -- 2.39.5