]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
activate cortex-strings for arm
authorMarkham <markham001@gmx.de>
Sat, 29 Jun 2024 08:35:47 +0000 (10:35 +0200)
committerMarkham <markham001@gmx.de>
Sat, 29 Jun 2024 08:35:47 +0000 (10:35 +0200)
make/bootstrap.mk

index d251bee3adf0239fde82d7d29cc91343188fc9ca..9c77cbd835ebdadc003f83fb09d7f7fe142e43a9 100755 (executable)
@@ -15,9 +15,8 @@ ifeq ($(BOXTYPE), armbox)
 BOOTSTRAP += $(D)/host_mkimage
 BOOTSTRAP += $(D)/host_resize2fs
 BOOTSTRAP += $(D)/host_dosfstools
-#BOOTSTRAP += $(D)/cortex-strings
 endif
-ifeq ($(BOXSERIES), hd2)
+ifeq ($(BOXSERIES),$(filter $(BOXSERIES),hd2 hd5x hd6x))
 BOOTSTRAP += $(D)/cortex-strings
 endif