[no ci] Package: update plugins exception list (#1323)

pull/1326/head
viktorxda 2024-02-18 13:51:02 +01:00 committed by GitHub
parent 84858247b6
commit a45f6c78b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ MAJESTIC_LICENSE_FILES = LICENSE
MAJESTIC_FAMILY = $(OPENIPC_SOC_FAMILY)
MAJESTIC_VARIANT = $(or $(OPENIPC_MAJESTIC), $(OPENIPC_VARIANT))
MAJESTIC_VENDOR = hisilicon goke ingenic sigmastar
ifneq ($(filter $(MAJESTIC_VENDOR),$(OPENIPC_SOC_VENDOR)),)
MAJESTIC_FILTER = hi3516ev200 gk7205v200 infinity6b0 t31
ifneq ($(filter $(MAJESTIC_FILTER),$(MAJESTIC_FAMILY)),)
MAJESTIC_DEPENDENCIES += majestic-plugins
endif