mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
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
@ -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
Block a user