2009-08-30 22:15:51 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=ramips
|
|
|
|
BOARDNAME:=Ralink RT288x/RT305x
|
|
|
|
SUBTARGETS:=rt288x rt305x
|
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
2010-04-24 17:08:49 +03:00
|
|
|
FEATURES:=squashfs
|
2009-08-30 22:15:51 +03:00
|
|
|
|
2010-10-04 13:40:41 +03:00
|
|
|
LINUX_VERSION:=2.6.34.7
|
2009-08-30 22:15:51 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2010-03-31 12:58:33 +03:00
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio wpad-mini
|
2009-08-30 22:15:51 +03:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Ralink RT288x/RT305x based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|