2008-01-16 11:44:11 +02:00
|
|
|
#
|
2010-01-19 13:53:56 +02:00
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-01-10 21:43:00 +02:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2009-12-21 05:28:35 +02:00
|
|
|
ARCH:=i386
|
2006-11-12 01:11:02 +02:00
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2009-05-07 17:07:03 +03:00
|
|
|
FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz
|
2010-02-12 21:01:10 +02:00
|
|
|
SUBTARGETS=generic olpc xen_domu
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2010-02-20 05:22:17 +02:00
|
|
|
LINUX_VERSION:=2.6.32.8
|
2007-06-16 04:56:04 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-11-18 23:12:18 +02:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|
2007-10-20 22:10:06 +03:00
|
|
|
|
2007-10-09 05:45:24 +03:00
|
|
|
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
|
2007-10-08 21:53:19 +03:00
|
|
|
Please install mkisofs. \
|
|
|
|
))
|