mirror of https://github.com/OpenIPC/firmware.git
T10 requires majestic for T21 (#820)
parent
81520783d4
commit
d7931e16e2
|
@ -12,6 +12,10 @@ MAJESTIC_LICENSE_FILES = LICENSE
|
|||
MAJESTIC_FAMILY = $(EXTERNAL_FAMILY)
|
||||
MAJESTIC_RELEASE = $(EXTERNAL_RELEASE)
|
||||
|
||||
ifeq ($(MAJESTIC_FAMILY),t10)
|
||||
MAJESTIC_FAMILY = t21
|
||||
endif
|
||||
|
||||
ifeq ($(MAJESTIC_RELEASE),ultimate)
|
||||
# we don't have Majestic binary Ultimate distributions for these
|
||||
# platforms so use Lite
|
||||
|
|
Loading…
Reference in New Issue