2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2006-11-12 01:11:02 +02:00
|
|
|
ARCH=i386
|
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2007-03-02 03:23:36 +02:00
|
|
|
FEATURES:=squashfs jffs2 ext2
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2007-08-21 13:06:01 +03:00
|
|
|
LINUX_VERSION:=2.6.22.4
|
2007-06-16 04:56:04 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-04 23:25:25 +02:00
|
|
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
2006-11-18 23:12:18 +02:00
|
|
|
|
2007-10-04 23:58:11 +03:00
|
|
|
$(eval $(call Target,generic))
|
|
|
|
$(eval $(call Target,mediacenter))
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|
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. \
|
|
|
|
))
|