Makefile 619 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (C) 2006-2011 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=i386
  9. BOARD:=x86
  10. BOARDNAME:=x86
  11. FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
  12. SUBTARGETS:=generic legacy geode 64
  13. MAINTAINER:=Felix Fietkau <nbd@nbd.name>
  14. KERNEL_PATCHVER:=4.4
  15. KERNELNAME:=bzImage
  16. include $(INCLUDE_DIR)/target.mk
  17. DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
  18. $(eval $(call BuildTarget))
  19. $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
  20. Please install mkisofs. \
  21. ))