From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l0Nsq-0007PQ-Uw for distrokit@pengutronix.de; Fri, 15 Jan 2021 13:07:16 +0100 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1l0Nsq-0002ES-MM for distrokit@pengutronix.de; Fri, 15 Jan 2021 13:07:16 +0100 Date: Fri, 15 Jan 2021 13:07:16 +0100 From: Roland Hieber Message-ID: <20210115120716.ykuarfkfoqrq6jvs@pengutronix.de> References: <20210113114535.3773143-1-m.olbrich@pengutronix.de> <20210113114535.3773143-2-m.olbrich@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210113114535.3773143-2-m.olbrich@pengutronix.de> Subject: Re: [DistroKit] [PATCH 1/2] iproute2: remove local menu file List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de On Wed, Jan 13, 2021 at 12:45:34PM +0100, Michael Olbrich wrote: > It's no longer needed with the new ptxdist release. > > Signed-off-by: Michael Olbrich > --- Tested-by: Roland Hieber > rules/iproute2.in | 157 ---------------------------------------------- > 1 file changed, 157 deletions(-) > delete mode 100644 rules/iproute2.in > > diff --git a/rules/iproute2.in b/rules/iproute2.in > deleted file mode 100644 > index 353a07f14b5e..000000000000 > --- a/rules/iproute2.in > +++ /dev/null > @@ -1,157 +0,0 @@ > -## SECTION=networking > - > -# NOTE: this can be removed after migrating to PTXdist 2020.10.0, which includes > -# https://git.pengutronix.de/cgit/ptxdist/commit/?id=ee2867017402a411c279 > - > -menuconfig IPROUTE2 > - tristate > - prompt "iproute2 " > - select DB if IPROUTE2_ARPD > - select LIBCAP > - select LIBC_DL > - select LIBC_M > - select LIBC_RESOLV > - select LIBC_PTHREAD if IPROUTE2_ARPD > - select GCCLIBS_GCC_S if IPROUTE2_IP || IPROUTE2_TC > - select LIBSELINUX if GLOBAL_SELINUX > - select LIBMNL if IPROUTE2_DEVLINK > - help > - Networking and traffic control tools > - > - The iproute suite, also known as iproute2, is a collection > - of utilities for networking and traffic control. > - > - These tools communicate with the Linux kernel via the > - (rt)netlink interface, providing advanced features not > - available through the legacy net-tools commands 'ifconfig' > - and 'route'. > - > -if IPROUTE2 > - > -config IPROUTE2_ARPD > - bool > - prompt "arpd" > - help > - Enabling this entry will enlarge your system by the berkely > - DB4.x library. > - > -config IPROUTE2_BRIDGE > - bool > - prompt "bridge" > - help > - Show / manipulate bridge addresses and devices > - > -config IPROUTE2_CTSTAT > - bool > - prompt "ctstat" > - help > - The connection status utility. Maybe linked to lnstat. > - > -config IPROUTE2_DEVLINK > - bool > - prompt "devlink" > - help > - The devlink utility. > - > -config IPROUTE2_GENL > - bool > - prompt "genl" > - help > - Generic Netlink > - > -config IPROUTE2_IP > - bool > - depends on !BUSYBOX_IP || ALLYES > - prompt "ip" > - help > - The main tool. Well known as in "ip addr" or "ip route". > - > -comment "busybox' ip is selected" > - depends on BUSYBOX_IP > - > -config IPROUTE2_IFCFG > - bool > - prompt "ifcfg" > - help > - ifcfg is a script wrapping ip, written as replacement for > - ifconfig. > - Needs arping and rdisk programs from the iputils package. > - > -config IPROUTE2_IFSTAT > - bool > - prompt "ifstat" > - help > - handy utility to read net interface statistics > - > -config IPROUTE2_LNSTAT > - bool > - prompt "lnstat" > - help > - lnstat is a generalized and more feature-complete replacement > - for the old rtstat program. In addition to routing cache > - statistics, it supports any kind of statistics the linux > - kernel exports via a file in /proc/net/stat/. > - > -config IPROUTE2_NSTAT > - bool > - prompt "nstat" > - help > - handy utility to read counters /proc/net/netstat and snmp > - > -config IPROUTE2_ROUTEF > - bool > - prompt "routef" > - help > - Component of ip route for flushing the routing tables > - > -config IPROUTE2_ROUTEL > - bool > - prompt "routel" > - help > - Component of ip route for listing the routing tables > - > -config IPROUTE2_RTACCT > - bool > - prompt "rtacct" > - help > - Used to display the contents of /proc/net/rt_acct > - > -config IPROUTE2_RTMON > - bool > - prompt "rtmon" > - help > - Route monitoring > - > -config IPROUTE2_RTPR > - bool > - prompt "rtpr" > - help > - A tool to make the output of "ip -o" readable > - > -config IPROUTE2_RTSTAT > - bool > - prompt "rtstat" > - help > - Route status utility, maybe linked to lnstat. > - > -config IPROUTE2_SS > - bool > - prompt "ss" > - help > - ss is used to dump socket statistics. It allows showing > - information similar to netstat. It can display more TCP > - and state information than other tools. > - > -config IPROUTE2_TC > - bool > - depends on !BUSYBOX_TC || ALLYES > - prompt "tc" > - help > - tc is used to configure Traffic Control in the Linux Kernel, which > - consists of Shaping, Scheduling, Policing and Dropping. > - Processing of traffic is controlled by qdiscs, classes and filters. > - > -comment "busybox' tc is selected" > - depends on BUSYBOX_TC > - > -endif > -- > 2.20.1 > > > _______________________________________________ > DistroKit mailing list > DistroKit@pengutronix.de > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de