tn3399_openwrt/package
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
..
base-files base-files: fix status display command 2021-04-03 18:56:02 +02:00
boot uboot-rockchip: update to v2021.04 2021-04-20 13:15:45 +02:00
devel valgrind: Fix compile problem with MIPS soft float 2021-04-11 23:01:28 +02:00
firmware linux-firmware: ath10k: add support for Qualcomm Atheros QCA9377 2021-04-17 21:56:05 +02:00
kernel kernel: select kmod-backlight as dependency for kmod-drm 2021-04-18 14:41:02 +02:00
libs libsemanage: fix pkgconfig paths 2021-04-15 11:54:14 +01:00
network iproute2: avoid unneeded compiles to speed building 2021-04-22 15:11:36 +01:00
system uci: update to the latest master 2021-04-14 08:33:12 +02:00
utils firmware-utils: bcm4908img: convert into a package 2021-04-08 10:50:59 +02:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00