From 66bed0b0194cfc29bfa477bb525e7618eb696263 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 Sep 2013 21:45:39 +0000 Subject: [PATCH] ralink: change subtarget order this will make image builder build rt305x targets per default Signed-off-by: John Crispin SVN-Revision: 38025 --- target/linux/ramips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index e3e5ecc675..512a78f414 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt288x rt305x rt3883 mt7620a +SUBTARGETS:=rt305x rt3883 mt7620a rt288x CFLAGS:=-Os -pipe -mno-branch-likely FEATURES:=squashfs gpio -- 2.30.2