Makefile 452 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2013-2014 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:=x86_64
  9. BOARD:=x86_64
  10. BOARDNAME:=x86_64
  11. FEATURES:=ext4 vdi vmdk targz
  12. MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
  13. KERNEL_PATCHVER:=3.14
  14. KERNELNAME:=bzImage
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
  17. $(eval $(call BuildTarget))