tn3399_openwrt/package/network/utils
Tony Ambardar 72885e9608 iproute2: separate tc into tiny and full variants
This change was investigated previously [1] but not deemed necessary. With
the recent addition [2] of modern BPF loader support, however, tc gained
dependencies on libelf and libbpf, with a larger installation footprint.

Similar to ip-tiny/ip-full, split tc into tc-full and tc-tiny variants,
where the latter excludes the eBPF loader, uses a smaller executable, and
avoids libelf and libbpf package dependencies. Both variants provide the
'tc' virtual package, with tc-tiny as the default.

The previous tc package included a loadable module for iptables actions.
Separate this out into a common package, tc-mod-iptables, which both
variants depend on. Some package sizes on mips_24kc:

Before:
  148343  tc_5.11.0-1_mips_24kc.ipk

After:
  144833  tc-full_5.11.0-2_mips_24kc.ipk
  138430  tc-tiny_5.11.0-2_mips_24kc.ipk  (and no libelf or libbpf)
    4115  tc-mod-iptables_5.11.0-2_mips_24kc.ipk

Also fix up some Makefile indentation.

[1] https://github.com/openwrt/openwrt/pull/1627#issuecomment-447619962
[2] b048a305a3 ("iproute2: update to 5.11.0")

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2021-03-19 15:30:01 +01:00
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 2017-05-27 07:54:40 +02:00
arptables treewide: switch git.netfilter.org to HTTPS 2017-10-08 21:10:36 +03:00
bpftools bpftools: fix param order for install on macOS 2021-03-07 21:09:01 +00:00
comgt comgt: add new script to send ussd request and get the answer 2020-07-08 16:07:05 +02:00
dante dante: Fix compile with glibc 2020-04-18 21:06:45 +02:00
ebtables ebtables: update to latest git 2018-06-27 2018-07-02 17:33:55 +02:00
ethtool ethtool: update to version 5.10 2020-12-26 20:39:25 +01:00
iproute2 iproute2: separate tc into tiny and full variants 2021-03-19 15:30:01 +01:00
ipset build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-02-16 11:29:38 +01:00
iptables build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-02-16 11:29:38 +01:00
iw mac80211: backport upstream patches for driver disconnect 2021-03-15 14:05:43 +01:00
iwcap iwcap: fix handling kill signal during dump 2017-03-14 13:29:03 +01:00
iwinfo iwinfo: update to version 2021-01-31 2021-02-13 19:20:49 +00:00
layerscape/restool layerscape: make restool depend on TARGET_layerscape_armv8_64b 2020-11-12 17:18:26 +01:00
linux-atm linux-atm: Include linux/sockios.h for SIOCGSTAMP 2020-04-09 00:12:46 +02:00
ltq-dsl-base ltq-dsl-base: remove usused lantiq_dsl.sh 2021-02-08 21:43:00 +01:00
nftables nftables: Activate link time optimization (LTO) 2020-09-06 20:30:18 +02:00
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
rssileds rssileds: use new application led trigger backend 2021-03-05 00:10:06 -10:00
tcpdump tcpdump: fix pcap-config issues 2020-12-22 18:59:10 +01:00
umbim umbim: move package to 'WWAN' submenu 2020-02-24 23:27:50 +01:00
uqmi uqmi: set plmn only if necessary 2020-11-24 15:18:16 +00:00
wireguard-tools wireguard-tools: depend on kmod-wireguard 2021-02-26 20:41:01 +01:00
wireless-tools build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-02-16 11:29:38 +01:00
wpan-tools wpan-tools: clean up Makefile 2019-04-06 19:14:06 +02:00
wwan wwan: replace backticks by $(...) 2020-05-13 19:01:23 +02:00