ramips: enable dsp extensions for rt305x and rt3883

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36567 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2013-05-06 16:45:59 +00:00
parent d8eb7a4caf
commit 3bc8d0be4a
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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.