immortalwrt/package/network
Eneas U de Queiroz 28c057976c 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-16 13:17:52 +08:00
..
config firewall4: update to latest Git HEAD 2021-09-02 12:19:59 +08:00
ipv6 6rd: delete tunnel on interface teardown 2021-09-23 23:53:12 +08:00
services hostapd: avoid unnecessary package rebuilds 2021-11-16 13:16:44 +08:00
utils iproute2: Avoid unnecessary package rebuilds 2021-11-16 13:17:52 +08:00