2009-01-02 07:12:46 +02:00
|
|
|
#
|
2009-04-24 15:55:28 +03:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2006-10-16 02:34:22 +03: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 01:11:02 +02:00
|
|
|
ARCH:=i386
|
|
|
|
BOARD:=rdc
|
2008-04-28 19:28:29 +03:00
|
|
|
BOARDNAME:=RDC 321x
|
2009-11-09 00:55:44 +02:00
|
|
|
FEATURES:=squashfs jffs2 pci usb pcmcia
|
2009-04-24 12:28:28 +03:00
|
|
|
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2009-11-06 10:42:41 +02:00
|
|
|
LINUX_VERSION:=2.6.30.9
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-11-05 00:43:34 +02:00
|
|
|
DEFAULT_PACKAGES += hostapd-mini kmod-rdc321x-wdt
|
2009-01-02 07:12:46 +02:00
|
|
|
|
2006-11-12 21:11:21 +02:00
|
|
|
define Target/Description
|
2007-08-07 12:34:39 +03:00
|
|
|
Build firmware images for RDC321x based routers
|
2008-10-28 18:42:41 +02:00
|
|
|
(e.g. Airlink101 AR525W, Linksys WRT54GR, Sitecom WL-153)
|
2006-11-12 21:11:21 +02:00
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|
2009-11-06 10:47:28 +02:00
|
|
|
|
|
|
|
$(eval $(call RequireCommand,lzma, \
|
|
|
|
Please install lzma-4.4x. \
|
|
|
|
))
|