mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Limit support to x86, like we do on the "official" appliances on the marketplace. Aarch64 has never really been used AFAIK. Avoid the os-release import, since all that info is not important now that these appliance files are only for development scenarios. In all other cases, the official one, based on a proper release, should be used.
11 lines
295 B
Makefile
11 lines
295 B
Makefile
################################################################################
|
|
#
|
|
# image-itb-gns3a
|
|
#
|
|
################################################################################
|
|
|
|
IMAGE_ITB_GNS3A_DEPENDENCIES := image-itb-qcow
|
|
IMAGE_ITB_GNS3A_CONFIG_VARS := IFNUM RAM
|
|
|
|
$(eval $(ix-image))
|