mirror of https://github.com/OpenIPC/firmware.git
Package: set majestic variant exception list (#959)
parent
ae5f41ade3
commit
011fe1a9ab
|
|
@ -14,16 +14,10 @@ MAJESTIC_FAMILY = $(OPENIPC_SOC_FAMILY)
|
||||||
MAJESTIC_RELEASE = $(OPENIPC_FLAVOR)
|
MAJESTIC_RELEASE = $(OPENIPC_FLAVOR)
|
||||||
|
|
||||||
# we don't have Majestic ultimate for these platforms
|
# we don't have Majestic ultimate for these platforms
|
||||||
ifeq ($(MAJESTIC_RELEASE),ultimate)
|
MAJESTIC_LIST = hi3516av100 hi3519v101 infinity6b0 infinity6e
|
||||||
ifeq ($(MAJESTIC_FAMILY),hi3516av100)
|
|
||||||
MAJESTIC_RELEASE = lite
|
ifneq ($(filter $(MAJESTIC_LIST),$(MAJESTIC_FAMILY)),)
|
||||||
else ifeq ($(MAJESTIC_FAMILY),hi3519v101)
|
MAJESTIC_RELEASE = lite
|
||||||
MAJESTIC_RELEASE = lite
|
|
||||||
else ifeq ($(MAJESTIC_FAMILY),infinity6b0)
|
|
||||||
MAJESTIC_RELEASE = lite
|
|
||||||
else ifeq ($(MAJESTIC_FAMILY),infinity6e)
|
|
||||||
MAJESTIC_RELEASE = lite
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MAJESTIC_RELEASE),lte)
|
ifeq ($(MAJESTIC_RELEASE),lte)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue