openwrt/package
Eneas U de Queiroz 4ea0cfe810 iproute2: Avoid unnecessary package rebuilds
Build the tc-mod-iptables before the tc-tiny and tc-full packages.

This avoids unnecessary package rebuild when calling make back to back.
Before this change, tc-mod-iptables will be built after the main tc
binary packages.

Both tc-tiny and tc-full depend on tc-mod-ipables.  If make is called
after the packages are already built, it will check the timestamps of
both packages, and will rebuild the main binaries, since the module
package will be newer than the tc package.

Calling BuildPackage,mod-iptables first ensures that its variant gets
built before the other packages' variants.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-01 20:18:55 +01:00
..
base-files base-files: drop get_partition_by_name shell function 2021-11-01 18:01:02 +00:00
boot uboot-envtools: mt7622: make use of find_mmc_part 2021-11-01 18:00:47 +00:00
devel gdb: update to 10.2 2021-08-21 15:59:39 +02:00
firmware ipq40xx: detangle ath10k-board-qca4019 from ath10k-firmware-qca4019* 2021-10-30 16:32:59 +02:00
kernel bpf-headers: add a package with kernel headers for ebpf 2021-11-01 16:39:09 +01:00
libs elfutils: enable host build 2021-11-01 00:56:51 +01:00
network iproute2: Avoid unnecessary package rebuilds 2021-11-01 20:18:55 +01:00
system procd: update to git HEAD 2021-11-01 18:20:24 +00:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00