2008-01-16 17:44:11 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2006-07-21 02:42:12 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2009-12-21 11:28:35 +08:00
|
|
|
ARCH:=i386
|
2006-11-12 07:11:02 +08:00
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2013-06-06 04:58:59 +08:00
|
|
|
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz
|
2016-01-11 01:19:46 +08:00
|
|
|
SUBTARGETS=generic xen_domu ep80579 geode kvm_guest 64
|
2015-03-29 12:32:15 +08:00
|
|
|
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
2006-11-12 07:11:02 +08:00
|
|
|
|
2016-01-12 18:04:55 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2007-06-16 09:56:04 +08:00
|
|
|
|
2013-06-28 03:58:31 +08:00
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-11-19 05:12:18 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|
2007-10-21 03:10:06 +08:00
|
|
|
|
2007-10-09 10:45:24 +08:00
|
|
|
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
|
2007-10-09 02:53:19 +08:00
|
|
|
Please install mkisofs. \
|
|
|
|
))
|