2009-08-31 03:15:51 +08:00
|
|
|
#
|
2011-08-16 02:55:50 +08:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2009-08-31 03:15:51 +08:00
|
|
|
#
|
|
|
|
# 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
|
2012-02-13 23:17:59 +08:00
|
|
|
BOARDNAME:=Ralink RT288x/RT3xxx
|
|
|
|
SUBTARGETS:=rt288x rt305x rt3883
|
2012-12-29 03:17:19 +08:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely
|
2010-04-24 22:08:49 +08:00
|
|
|
FEATURES:=squashfs
|
2009-08-31 03:15:51 +08:00
|
|
|
|
2013-02-15 15:36:15 +08:00
|
|
|
LINUX_VERSION:=3.7.8
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2011-08-16 02:55:50 +08:00
|
|
|
DEFAULT_PACKAGES+=\
|
2012-02-12 03:37:06 +08:00
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
|
|
|
kmod-input-gpio-keys-polled kmod-button-hotplug \
|
2012-04-21 20:30:43 +08:00
|
|
|
kmod-rt2800-pci wpad-mini maccalc swconfig
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2012-02-13 23:17:59 +08:00
|
|
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
2009-08-31 03:15:51 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|