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
|
|
|
|
2006-07-20 20:42:12 +02:00
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-01-29 21:17:59 +01:00
|
|
|
DEFAULT_PACKAGES += kmod-natsemi
|
2006-11-18 22:12:18 +01:00
|
|
|
|
2007-03-03 02:22:09 +01:00
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
|
|
|
|
2006-10-19 08:20:55 +02:00
|
|
|
$(eval $(call BuildKernel))
|
2006-11-18 22:12:18 +01:00
|
|
|
|