2009-01-02 13:12:46 +08:00
|
|
|
#
|
2009-04-24 20:55:28 +08:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2006-10-16 07:34:22 +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:=rdc
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=RDC 321x
|
2009-11-09 06:55:44 +08:00
|
|
|
FEATURES:=squashfs jffs2 pci usb pcmcia
|
2009-04-24 17:28:28 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
2009-11-28 19:33:04 +08:00
|
|
|
SUBTARGETS:=amit ar525w r8610 dir-450 sitecom
|
2006-11-12 07:11:02 +08:00
|
|
|
|
2009-12-04 22:52:45 +08:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-11-10 08:22:07 +08:00
|
|
|
DEFAULT_PACKAGES += hostapd-mini kmod-rdc321x-wdt kmod-r6040
|
2009-01-02 13:12:46 +08:00
|
|
|
|
2006-11-13 03:11:21 +08:00
|
|
|
define Target/Description
|
2007-08-07 17:34:39 +08:00
|
|
|
Build firmware images for RDC321x based routers
|
2008-10-29 00:42:41 +08:00
|
|
|
(e.g. Airlink101 AR525W, Linksys WRT54GR, Sitecom WL-153)
|
2006-11-13 03:11:21 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|