Package: update majestic.mk (#1289)

pull/1291/head
viktorxda 2024-01-30 16:01:13 +01:00 committed by GitHub
parent 7bb536cc69
commit b65e182853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MAJESTIC_LICENSE_FILES = LICENSE
MAJESTIC_FAMILY = $(OPENIPC_SOC_FAMILY)
MAJESTIC_RELEASE = $(OPENIPC_FLAVOR)
MAJESTIC_ULTIMATE = t20 t21 hi3516av100 hi3519v101
MAJESTIC_ULTIMATE = hi3516av100 hi3519v101 t20 t21 t40
ifneq ($(filter $(MAJESTIC_ULTIMATE),$(MAJESTIC_FAMILY)),)
MAJESTIC_RELEASE = lite
endif