lede/package/network/services
Beginner 163eff7fa9
hostapd: avoid unnecessary package rebuilds (#8162)
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>

Co-authored-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-02 19:38:59 +08:00
..
dnsmasq dnsmasq: improve init script (#8153) 2021-11-01 15:29:44 +08:00
dropbear dropbear: use old extra_command wrapper 2021-06-30 21:26:45 +08:00
e2guardian Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
ead Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
hostapd hostapd: avoid unnecessary package rebuilds (#8162) 2021-11-02 19:38:59 +08:00
ipset-dns Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
lldpd add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
noddos x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
odhcpd x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
omcproxy Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
ppp add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
relayd Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
samba36 samba36: smb.conf.template socktet settings 2019-10-12 08:24:08 -07:00
shellsync ppp: add shellsync support 2020-07-08 14:45:43 +08:00
uhttpd x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
umdns x64: fix grub2 booting 2021-06-15 17:58:07 +08:00