openwrt/package/network
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
..
config qosify: fix package section/category 2021-11-01 20:17:02 +01:00
ipv6 6in4: remove 6in4 tunnel delete workaround (FS#3690) 2021-10-30 21:15:18 +02:00
services hostapd: avoid unnecessary package rebuilds 2021-11-01 20:18:55 +01:00
utils iproute2: Avoid unnecessary package rebuilds 2021-11-01 20:18:55 +01:00