Makefile 669 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2011 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=i386
  6. BOARD:=x86
  7. BOARDNAME:=x86
  8. FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu boot-part rootfs-part
  9. SUBTARGETS:=generic legacy geode 64
  10. KERNEL_PATCHVER:=5.4
  11. KERNEL_TESTING_PATCHVER:=5.10
  12. KERNELNAME:=bzImage
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug
  15. $(eval $(call BuildTarget))
  16. $(eval $(call $(if $(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs, \
  17. Please install mkisofs. , \
  18. mkisofs -v 2>&1 , \
  19. genisoimage -v 2>&1 | grep genisoimage, \
  20. xorrisofs -v 2>&1 | grep xorriso \
  21. ))