ramips: enable dsp extensions for rt305x and rt3883
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36567
This commit is contained in:
parent
c2c1f9ae73
commit
899120ddef
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
SUBTARGET:=rt305x
|
||||
BOARDNAME:=RT305x based boards
|
||||
ARCH_PACKAGES:=ramips_24kec
|
||||
CFLAGS+= -march=24kec
|
||||
CFLAGS+= -march=24kec -mdsp
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink RT305x based boards.
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
SUBTARGET:=rt3883
|
||||
BOARDNAME:=RT3662/RT3883 based boards
|
||||
ARCH_PACKAGES:=ramips_24kec
|
||||
CFLAGS+= -march=24kec
|
||||
ARCH_SUFFIX:=dspr2
|
||||
CFLAGS+= -march=24kec -mdspr2
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink RT3662/RT3883 based boards.
|
||||
|
|
Loading…
Reference in a new issue