diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:45:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:45:39 +0000 |
commit | 66bed0b0194cfc29bfa477bb525e7618eb696263 (patch) | |
tree | be849ec0f2c7225be3c38da7e943e5bb0e88efbe /target | |
parent | 950428fb1b0e93781b8f68cbbb1007753aa78179 (diff) | |
download | upstream-66bed0b0194cfc29bfa477bb525e7618eb696263.tar.gz upstream-66bed0b0194cfc29bfa477bb525e7618eb696263.tar.bz2 upstream-66bed0b0194cfc29bfa477bb525e7618eb696263.zip |
ralink: change subtarget order
this will make image builder build rt305x targets per default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38025
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |