mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
The RT1310 is an ARM926EJ-S, fix the config to mark it as such.
This commit is contained in:
parent
15bff09749
commit
560a8e6ccc
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
files "../ralink/files.ralink"
|
||||
cpu CPU_ARM9
|
||||
cpu CPU_ARM9E
|
||||
machine arm
|
||||
makeoptions CONF_CFLAGS="-march=armv5te"
|
||||
options INTRNG
|
||||
|
|
|
|||
Loading…
Reference in a new issue