Files
packages/admin
Michael Heimpold 849db7361d 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>
2026-02-06 22:45:27 +01:00
..
2025-07-27 22:26:58 +02:00
2025-08-23 13:28:18 +03:00
2026-01-08 11:45:51 +08:00
2025-11-03 02:29:41 +02:00
2025-11-23 08:45:50 +01: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
2025-12-29 09:03:26 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02: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