Makefile 559 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) 2006 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 jffs2 ext2
  12. LINUX_VERSION:=2.6.23
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
  15. $(eval $(call Target,generic))
  16. $(eval $(call Target,mediacenter))
  17. $(eval $(call BuildTarget))
  18. $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
  19. Please install mkisofs. \
  20. ))