2006-07-20 20:42:12 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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
|
2007-03-02 02:23:36 +01:00
|
|
|
FEATURES:=squashfs jffs2 ext2
|
2006-11-12 00:11:02 +01:00
|
|
|
|
2007-08-21 12:06:01 +02:00
|
|
|
LINUX_VERSION:=2.6.22.4
|
2007-06-16 03:56:04 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-04 22:25:25 +01:00
|
|
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
2006-11-18 22:12:18 +01:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|
2006-11-18 22:12:18 +01:00
|
|
|
|