kernel: update 3.14 to 3.14.14
[openwrt.git] / target / linux / x86_64 / Makefile
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
9 ARCH:=x86_64
10 BOARD:=x86_64
11 BOARDNAME:=x86_64
12 FEATURES:=ext4 vdi vmdk targz
13 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
14
15 LINUX_VERSION:=3.14.14
16
17 KERNELNAME:=bzImage
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += kmod-e1000
22
23 $(eval $(call BuildTarget))