mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[mips] migrate the QCA955X_BASE file to std.QCA955X, to bring this in line with
other board defaults.
This commit is contained in:
parent
473a0e619a
commit
c3f27beebb
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#NO_UNIVERSE
|
||||
|
||||
# Include the default QCA955x parameters
|
||||
include "QCA955X_BASE"
|
||||
include "std.QCA955X"
|
||||
|
||||
ident AP135
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#NO_UNIVERSE
|
||||
|
||||
# Include the default QCA955x parameters
|
||||
include "QCA955X_BASE"
|
||||
include "std.QCA955X"
|
||||
|
||||
ident DIR-655A1
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
#NO_UNIVERSE
|
||||
|
||||
# Include the default QCA955x parameters
|
||||
include "QCA955X_BASE"
|
||||
include "std.QCA955X"
|
||||
|
||||
ident TL-ARCHERC7V2
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#NO_UNIVERSE
|
||||
|
||||
# Include the default QCA955x parameters
|
||||
include "QCA955X_BASE"
|
||||
include "std.QCA955X"
|
||||
|
||||
ident TL-WR1043NDv2
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
machine mips mips
|
||||
ident QCA955X_BASE
|
||||
#ident std.QCA955X
|
||||
cpu CPU_MIPS74K
|
||||
makeoptions KERNLOADADDR=0x80050000
|
||||
options HZ=1000
|
||||
Loading…
Reference in a new issue