From e532fa5fd42501e468051addfac454ab70128b04 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 13 Feb 2012 15:17:59 +0000 Subject: ramips: add preliminary support for the RT3662/RT3883 SoCs SVN-Revision: 30495 --- target/linux/ramips/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/Makefile') diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 85279d5..c3fb0c3 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips -BOARDNAME:=Ralink RT288x/RT305x -SUBTARGETS:=rt288x rt305x +BOARDNAME:=Ralink RT288x/RT3xxx +SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves FEATURES:=squashfs @@ -22,7 +22,7 @@ DEFAULT_PACKAGES+=\ kmod-rt2800-pci wpad-mini maccalc define Target/Description - Build firmware images for Ralink RT288x/RT305x based boards. + Build firmware images for Ralink RT288x/RT3xxx based boards. endef $(eval $(call BuildTarget)) -- cgit v1.1