Files
packages/admin
Michael Heimpold e2147cefdc zabbix: fix no-configure build variant
When selecting only a package of "no-configure" build variant, e.g.
CONFIG_PACKAGE_zabbix-frontend-server=y
but not any other zabbix package, then the build fails.
The sources are not extracted and the install fails finally with:

make[4]: Entering directory '/srv/openwrt/openwrt-2.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22'
make[4]: *** No rule to make target 'install'.  Stop.
make[4]: Leaving directory '/srv/openwrt.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22'
make[3]: *** [Makefile:522: /srv/openwrt.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22/.built] Error 2

This PR fixes this by always running the standard Prepare stage,
but skip the Install one when nothing needs to be compiled.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 849db7361d)
2026-02-16 20:58:48 +02:00
..
2025-07-27 22:26:58 +02:00
2025-08-23 13:28:18 +03:00
2026-01-18 14:50:49 +08:00
2025-11-03 02:29:41 +02:00
2025-11-23 08:45:50 +01:00
2025-05-02 10:28:24 +02:00
2025-08-14 12:00:01 +08:00
2025-04-15 02:56:17 +08:00
2025-06-08 22:52:00 +03:00
2024-06-23 11:05:02 -07:00
2023-07-07 13:29:50 +02:00
2025-08-11 17:10:46 +08:00
2025-08-12 20:56:54 +02:00