Remove reference to GUMSTIX board, as we no longer build images for it.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b82e724568
commit
e1b30f2ab6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52886
1 changed files with 0 additions and 5 deletions
|
@ -30,8 +30,6 @@ _VMS?= amd64 \
|
|||
i386 \
|
||||
arm64-aarch64
|
||||
|
||||
_ARM?= GUMSTIX
|
||||
|
||||
_ARMV6?= BANANAPI \
|
||||
BEAGLEBONE \
|
||||
CUBIEBOARD \
|
||||
|
@ -49,9 +47,6 @@ _ARMV6?= BANANAPI \
|
|||
. for _V in ${_VMS}
|
||||
#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc
|
||||
. endfor
|
||||
. for _A in ${_ARM}
|
||||
#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-${_A}.asc
|
||||
. endfor
|
||||
. for _A in ${_ARMV6}
|
||||
#DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc
|
||||
. endfor
|
||||
|
|
Loading…
Reference in a new issue