mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config
Revision 298068 changed MIPS_INTRNG and ARM_INTRNG to simply INTRNG. MEDIATEK_BASE config was missed by this revision, so we change MIPS_INTRNG to INTRNG here. Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5978
This commit is contained in:
parent
d8fd68b648
commit
302b3e7dc4
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ makeoptions KERNLOADADDR=0x80001000
|
|||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
|
||||
# We rely on MIPS_INTRNG code
|
||||
options MIPS_INTRNG
|
||||
# We rely on INTRNG code
|
||||
options INTRNG
|
||||
options MIPS_NIRQ=256
|
||||
|
||||
# We rely on NEW_PCIB code
|
||||
|
|
|
|||
Loading…
Reference in a new issue