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#
7include $(TOPDIR)/rules.mk
8
9ARCH:=i386
10BOARD:=x86
11BOARDNAME:=x86
12FEATURES:=squashfs ext4 vdi vmdk pcmcia targz
13SUBTARGETS=generic legacy xen_domu ep80579 geode 64
14MAINTAINER:=Felix Fietkau <nbd@nbd.name>
15
16DEFAULT_PACKAGES += partx-utils
17
18KERNEL_PATCHVER:=4.4
19
20KERNELNAME:=bzImage
21
22include $(INCLUDE_DIR)/target.mk
23
24$(eval $(call BuildTarget))
25
26$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
27   	Please install mkisofs. \
28))
29