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