2008-01-16 09:44:11 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2006-07-20 18:42:12 +00: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 03:28:35 +00:00
|
|
|
ARCH:=i386
|
2006-11-11 23:11:02 +00:00
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2013-06-05 20:58:59 +00:00
|
|
|
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz
|
2016-05-17 21:08:13 +00:00
|
|
|
SUBTARGETS=generic legacy xen_domu geode 64
|
2016-06-07 06:58:31 +00:00
|
|
|
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
2006-11-11 23:11:02 +00:00
|
|
|
|
2016-02-09 12:33:17 +00:00
|
|
|
DEFAULT_PACKAGES += partx-utils
|
|
|
|
|
2016-01-12 10:04:55 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2007-06-16 01:56:04 +00:00
|
|
|
|
2013-06-27 19:58:31 +00:00
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-11-18 21:12:18 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|
2007-10-20 19:10:06 +00:00
|
|
|
|
2007-10-09 02:45:24 +00:00
|
|
|
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
|
2007-10-08 18:53:19 +00:00
|
|
|
Please install mkisofs. \
|
|
|
|
))
|