mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Keep FDT options commented until dtc is build by default for mips
Otherwise automated builds will fail for XLP and XLP64
This commit is contained in:
parent
e999988442
commit
85dac049c1
2 changed files with 6 additions and 6 deletions
|
|
@ -95,6 +95,6 @@ device pci
|
|||
device ether
|
||||
#
|
||||
# FDT support
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=xlp-basic.dts
|
||||
#options FDT
|
||||
#options FDT_DTB_STATIC
|
||||
#makeoptions FDT_DTS_FILE=xlp-basic.dts
|
||||
|
|
|
|||
|
|
@ -97,6 +97,6 @@ device pci
|
|||
device ether
|
||||
|
||||
# FDT support
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=xlp-basic.dts
|
||||
#options FDT
|
||||
#options FDT_DTB_STATIC
|
||||
#makeoptions FDT_DTS_FILE=xlp-basic.dts
|
||||
|
|
|
|||
Loading…
Reference in a new issue