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
|
2010-11-22 12:12:39 +00:00
|
|
|
FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz
|
2011-05-17 10:35:14 +00:00
|
|
|
SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan
|
2006-11-11 23:11:02 +00:00
|
|
|
|
2011-08-25 09:35:51 +00:00
|
|
|
LINUX_VERSION:=2.6.39.4
|
2007-06-16 01:56:04 +00:00
|
|
|
|
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. \
|
|
|
|
))
|