lede/package
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
..
base-files base-files: chmod 1777 /var/lock (#8120) 2021-10-26 22:22:11 +08:00
boot treewide: use AUTORELEASE on all uboot-* packages (#7988) 2021-10-07 11:58:12 +08:00
devel add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
firmware quantenna: only enabled on ipq806x 2021-10-28 23:51:38 +08:00
kernel kernel: drop kmod-gpio-dev (#8015) 2021-10-13 17:29:11 +08:00
lean qbittorrent: bump to v4.3.9 (#8158) 2021-11-02 15:01:51 +08:00
libs openssl: Refresh patch (#7765) 2021-08-29 13:33:31 +08:00
network iproute2: Avoid unnecessary package rebuilds (#8163) 2021-11-02 22:41:46 +08:00
qca qca-nss-ecm-64: unset active connection values and revert to default (#8096) 2021-10-21 11:00:23 +08:00
system Revert "procd: update to git HEAD (#7676)" 2021-08-26 16:46:06 +08:00
utils util-linux: update to 2.37 (#7427) 2021-07-19 12:50:07 +00:00
Makefile add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00