immortalwrt/package
Eneas U de Queiroz 87fb61cd89 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-16 13:16:44 +08:00
..
base-files base-files, metadata: support additional group membership 2021-11-10 15:42:57 +08:00
boot uboot-lantiq: fix sha1.h header clash when system libmd installed 2021-11-09 21:24:33 +08:00
devel gdb: update to 10.2 2021-08-22 12:15:19 +08:00
emortal gargoyle: cleanup build warning and makefile 2021-11-11 15:46:50 +08:00
firmware ipq40xx: rename AC1200 to LEGUANG CA100 2021-10-20 00:16:15 +08:00
kernel Revert "mac80211: backport netif_rx_any_context support for batman-adv" 2021-10-22 20:51:25 +08:00
libs libsemanage: update to version 3.3 2021-11-06 00:34:56 +08:00
network hostapd: avoid unnecessary package rebuilds 2021-11-16 13:16:44 +08:00
system fstools: update to 2020-07-11 2021-11-11 23:58:42 +08:00
utils secilc: update to version 3.3 2021-11-06 00:36:57 +08:00
Makefile build: fix opkg install step for large package selection 2021-05-12 23:27:23 +08:00