[no ci] Package: update majestic.mk

pull/1353/head
Viktor 2024-03-18 02:51:16 +01:00
parent ac765f41bf
commit 67db24d710
1 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,6 @@ MAJESTIC_LICENSE_FILES = LICENSE
MAJESTIC_FAMILY = $(OPENIPC_SOC_FAMILY)
MAJESTIC_VARIANT = $(or $(OPENIPC_MAJESTIC), $(OPENIPC_VARIANT))
MAJESTIC_FILTER = hi3516ev200 gk7205v200 infinity6b0 t31
ifneq ($(filter $(MAJESTIC_FILTER),$(MAJESTIC_FAMILY)),)
MAJESTIC_DEPENDENCIES += majestic-plugins
endif
MAJESTIC_DEPENDENCIES += \
libevent-openipc \
libogg-openipc \
@ -24,6 +19,11 @@ MAJESTIC_DEPENDENCIES += \
opus-openipc \
json-c
MAJESTIC_FILTER = hi3516ev200 gk7205v200 infinity6b0 infinity6e t31
ifneq ($(filter $(MAJESTIC_FILTER),$(MAJESTIC_FAMILY)),)
MAJESTIC_DEPENDENCIES += majestic-plugins
endif
define MAJESTIC_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/majestic.yaml