mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: allow to use DSP ASE on RT3xxx
SVN-Revision: 30879
This commit is contained in:
parent
088dd4e879
commit
4e15457e0e
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#define cpu_has_mips64r1 0
|
||||
#define cpu_has_mips64r2 0
|
||||
|
||||
#define cpu_has_dsp 0
|
||||
#define cpu_has_dsp 1
|
||||
#define cpu_has_mipsmt 0
|
||||
|
||||
#define cpu_has_64bits 0
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#define cpu_has_mips64r1 0
|
||||
#define cpu_has_mips64r2 0
|
||||
|
||||
#define cpu_has_dsp 0
|
||||
#define cpu_has_dsp 1
|
||||
#define cpu_has_mipsmt 0
|
||||
|
||||
#define cpu_has_64bits 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue