Openwrt/package/network/utils/iproute2/patches
Tony Ambardar 3e3af1908c iproute2: avoid unneeded compiles to speed building
Skip building Makefile targets that aren't packaged: tipc, dcb, ifstat,
rtacct, lnstat, and man. Also, only compile targets needed for the current
build variant i.e. don't compile 'tc' when building an 'ip' variant and
vice versa.

These changes reduce typical build times by over 30%:
  $ make package/iproute2/clean && time make -j8 package/iproute2/compile
  (old)
  ...
  real    2m24.985s
  user    3m12.537s
  sys     0m26.677s

  (new)
  ...
  real    1m36.945s
  user    2m8.734s
  sys     0m20.046s

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2021-04-22 15:11:36 +01:00
..
100-configure.patch
110-darwin_fixes.patch
115-add-config-xtlibdir.patch
120-no_arpd_ifstat_rtacct_lnstat.patch iproute2: avoid unneeded compiles to speed building 2021-04-22 15:11:36 +01:00
130-no_netem_tipc_dcb_man.patch iproute2: avoid unneeded compiles to speed building 2021-04-22 15:11:36 +01:00
140-allow_pfifo_fast.patch
140-keep_libmnl_optional.patch
145-keep_libelf_optional.patch
150-keep_libcap_optional.patch
160-libnetlink-pic.patch
170-ip_tiny.patch
175-reduce-dynamic-syms.patch
180-drop_FAILED_POLICY.patch
185-libbpf-add-limits-h.patch
190-fix-nls-rpath-link.patch iproute2: fix libbpf detection with NLS enabled 2021-04-03 18:56:02 +02:00
195-build_variant_ip_tc.patch iproute2: avoid unneeded compiles to speed building 2021-04-22 15:11:36 +01:00
200-drop_libbsd_dependency.patch
300-selinux-configurable.patch