From 2532e18fad5ac855683145c50c2c3d865f96b39b 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 42c4ea8ec..a89ce1673 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