2014-01-07 20:23:35 +08:00
|
|
|
#
|
2014-02-08 00:51:01 +08:00
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2014-01-07 20:23:35 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=x86_64
|
|
|
|
BOARD:=x86_64
|
|
|
|
BOARDNAME:=x86_64
|
|
|
|
FEATURES:=ext4 vdi vmdk targz
|
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
2014-10-25 03:34:02 +08:00
|
|
|
KERNEL_PATCHVER:=3.14
|
2014-01-07 20:23:35 +08:00
|
|
|
|
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-17 21:09:37 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
|
2014-01-07 20:23:35 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|