openwrt/package/network
Eneas U de Queiroz 67f9245ee5 hostapd: avoid unnecessary package rebuilds
Package hostapd-common is a dependency of every other package defined in
hostpad Makefile.  It is currently built next to the bottom of that
Makefile's package list.

If you run make back to back, then check-compile will compare the
hostapd-common timestamp to the variant being compiled, to decide if the
varint needs to be rebuilt or not.  Since the hostapd-conf package is
built towards the end of the list, it will be newer than most of the
variants, causing unnecessary package rebuilds.

Move it to the top, so that its timestamp will be older than dependent
packages, avoiding unnecessary rebuild of every selected variant.

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 mac80211: Update to version 5.14.13-1 2021-10-24 00:08:38 +02:00