2006-10-16 01:34:22 +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:=rdc
|
|
|
|
BOARDNAME:=RDC x86
|
2006-11-19 21:30:11 +01:00
|
|
|
FEATURES:=broken jffs2
|
2006-11-12 00:11:02 +01:00
|
|
|
|
2006-11-12 20:11:21 +01:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for RDC3211 based routers
|
|
|
|
(e.g. Airlink101 AR525W)
|
|
|
|
endef
|
|
|
|
|
2006-10-16 01:34:22 +02:00
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2006-12-11 18:55:49 +01:00
|
|
|
|
2007-03-03 00:02:38 +01:00
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
2006-12-11 18:55:49 +01:00
|
|
|
|
2006-10-19 08:20:55 +02:00
|
|
|
$(eval $(call BuildKernel))
|