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-a3cf2f4a3e73master
parent
d8eb7a4caf
commit
3bc8d0be4a
|
@ -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 New Issue