openwrt/package/network/services
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
..
dnsmasq dnsmasq: fix jail mount in case of ignore_hosts_dir being set 2021-11-01 12:02:24 +00:00
dropbear dropbear: add config options for agent-forwarding support 2021-10-30 16:32:54 +02:00
ead
hostapd hostapd: avoid unnecessary package rebuilds 2021-11-01 20:18:55 +01:00
ipset-dns
lldpd lldpd: bump to 1.0.12 2021-08-22 18:07:20 +03:00
odhcpd odhcpd: update to latest git HEAD 2021-08-23 21:53:13 +02:00
omcproxy
ppp ppp: compile fix: unset FILTER variable in Makefile 2021-03-19 00:25:58 +01:00
relayd
uhttpd uhttpd: add config option for json_script 2021-08-24 14:45:42 +03:00
umdns umdns: add missing syscall to seccomp filter 2021-10-27 19:25:59 +01:00
ustp ustp: update to the latest version 2021-09-21 19:43:20 +02:00