lede/package/network
Beginner cd84bd33e1
iproute2: Avoid unnecessary package rebuilds (#8163)
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>

Co-authored-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-02 22:41:46 +08:00
..
config firewall: add reload config for triggers (#8027) 2021-10-11 16:14:23 +08:00
ipv6 x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
services dnsmasq: fix jail mount in case of ignore_hosts_dir being set (#8164) 2021-11-02 19:39:12 +08:00
utils iproute2: Avoid unnecessary package rebuilds (#8163) 2021-11-02 22:41:46 +08:00