iopsys-analytics: fix typo in Makefile conditional

syslong-ng -> syslog-ng
This commit is contained in:
Roman Azarenko 2025-06-11 10:04:05 +02:00
parent 397611aff5
commit a9b3a392dd
No known key found for this signature in database

View file

@ -48,7 +48,7 @@ define Package/$(PKG_NAME)/install
ifneq ($(CONFIG_PACKAGE_fluent-bit),)
$(CP) -r $(PKG_BUILD_DIR)/files/fluent-bit/* $(1)/
endif
ifneq ($(CONFIG_PACKAGE_syslong-ng),)
ifneq ($(CONFIG_PACKAGE_syslog-ng),)
$(CP) -r $(PKG_BUILD_DIR)/files/syslog-ng/* $(1)/
endif
endef