2009-01-02 05:12:46 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2006-10-15 23:34:22 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-11 23:11:02 +00:00
|
|
|
ARCH:=i386
|
|
|
|
BOARD:=rdc
|
2008-04-28 16:28:29 +00:00
|
|
|
BOARDNAME:=RDC 321x
|
2009-11-08 22:55:44 +00:00
|
|
|
FEATURES:=squashfs jffs2 pci usb pcmcia
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves
|
2011-05-06 12:37:36 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2006-11-11 23:11:02 +00:00
|
|
|
|
2011-03-18 13:25:32 +00:00
|
|
|
LINUX_VERSION:=2.6.32.33
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2011-11-15 22:24:22 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \
|
|
|
|
wpad-mini kmod-libphy kmod-r6040 kmod-input-core \
|
2010-04-28 09:57:20 +00:00
|
|
|
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
|
|
|
|
kmod-rdc321x-wdt
|
2009-01-02 05:12:46 +00:00
|
|
|
|
2006-11-12 19:11:21 +00:00
|
|
|
define Target/Description
|
2007-08-07 09:34:39 +00:00
|
|
|
Build firmware images for RDC321x based routers
|
2008-10-28 16:42:41 +00:00
|
|
|
(e.g. Airlink101 AR525W, Linksys WRT54GR, Sitecom WL-153)
|
2006-11-12 19:11:21 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|