2008-01-16 11:44:11 +02:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2006-2011 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
|
2010-11-22 14:12:39 +02:00
|
|
|
FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz
|
2011-05-17 13:35:14 +03:00
|
|
|
SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.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. \
|
|
|
|
))
|