From d6bb3135658477ac0ea901aacd923a1148eaadd8 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Mon, 3 May 2021 16:46:58 +0200 Subject: [PATCH] iop: Remove tc The tc-utility from iproute2 is seldomly needed. In OpenWrt 21.02 there are two variants, tc-full and tc-tiny, but since it is not needed, remove it. --- iop/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/iop/config b/iop/config index befe7ab2c..288a2e648 100644 --- a/iop/config +++ b/iop/config @@ -88,7 +88,6 @@ CONFIG_PACKAGE_rpcd-mod-rpcsys=y CONFIG_PACKAGE_rulengd=y CONFIG_PACKAGE_strace=y CONFIG_PACKAGE_swmodd=m -CONFIG_PACKAGE_tc=y CONFIG_PACKAGE_tcpdump=y CONFIG_PACKAGE_terminfo=y CONFIG_PACKAGE_traceroute6=y @@ -226,4 +225,3 @@ CONFIG_TARGET_ROOTFS_TARGZ=y # Disable it. Most SoCs nowadays has HW random generators anyway. # CONFIG_PACKAGE_urandom-seed is not set # CONFIG_PACKAGE_urngd is not set -