2008-01-16 17:44:11 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2006-07-21 02:42:12 +08: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 07:11:02 +08:00
|
|
|
ARCH=i386
|
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2008-11-10 01:39:09 +08:00
|
|
|
FEATURES:=squashfs jffs2 ext2 vdi vmdk
|
2008-05-03 21:44:16 +08:00
|
|
|
SUBTARGETS=generic
|
2006-11-12 07:11:02 +08:00
|
|
|
|
2009-02-20 00:11:07 +08:00
|
|
|
LINUX_VERSION:=2.6.28.6
|
2009-02-01 00:52:44 +08:00
|
|
|
LINUX_KARCH:=x86
|
2007-06-16 09:56:04 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-05 05:25:25 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
2006-11-19 05:12:18 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|
2007-10-21 03:10:06 +08:00
|
|
|
|
2007-10-09 10:45:24 +08:00
|
|
|
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
|
2007-10-09 02:53:19 +08:00
|
|
|
Please install mkisofs. \
|
|
|
|
))
|