mirror of https://github.com/OpenIPC/firmware.git
add t21 family to lite-only MAJESTIC_LIST release variable (#1031)
parent
24277e412c
commit
2dc138740b
|
@ -14,7 +14,7 @@ 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
|
||||||
MAJESTIC_LIST = hi3516av100 hi3519v101
|
MAJESTIC_LIST = hi3516av100 hi3519v101 t21
|
||||||
|
|
||||||
ifneq ($(filter $(MAJESTIC_LIST),$(MAJESTIC_FAMILY)),)
|
ifneq ($(filter $(MAJESTIC_LIST),$(MAJESTIC_FAMILY)),)
|
||||||
MAJESTIC_RELEASE = lite
|
MAJESTIC_RELEASE = lite
|
||||||
|
|
Loading…
Reference in New Issue