From 21d327d4fedb68e3349b965f98253b07c3b81956 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Mon, 9 Oct 2023 21:39:53 +0200 Subject: [PATCH] iop: config: Remove nping Nping is only used as a convenience util. Due to restrictions imposed by nmap's license (NPSL 0.95) distributing it in official images becomes questionable. Remove it. Users can still enable it, if needed. Signed-off-by: Andreas Gnau --- iop/config | 1 - 1 file changed, 1 deletion(-) diff --git a/iop/config b/iop/config index d383be1ee..a4d9de33e 100644 --- a/iop/config +++ b/iop/config @@ -170,7 +170,6 @@ CONFIG_PACKAGE_iptables-mod-ipopt=y CONFIG_PACKAGE_iptables-mod-nflog=y CONFIG_PACKAGE_iptables-mod-nfqueue=y CONFIG_PACKAGE_ndisc6=y -CONFIG_PACKAGE_nping=y CONFIG_PACKAGE_rdisc6=y CONFIG_PACKAGE_resolveip=y CONFIG_PACKAGE_socat=y