mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
sys: Empty hints files
Create empty hints files for these platforms. They don't normally need a hints file, but people use them for device instance wiring. It's less confusing if they always exist. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D49052
This commit is contained in:
parent
2b1460110e
commit
94ffbdb462
3 changed files with 6 additions and 0 deletions
2
sys/arm/conf/GENERIC.hints
Normal file
2
sys/arm/conf/GENERIC.hints
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Empty device.hints
|
||||
# Use to wire devices in the system to specific driver instances
|
||||
2
sys/arm64/conf/GENERIC.hints
Normal file
2
sys/arm64/conf/GENERIC.hints
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Empty device.hints
|
||||
# Use to wire devices in the system to specific driver instances
|
||||
2
sys/riscv/conf/GENERIC.hints
Normal file
2
sys/riscv/conf/GENERIC.hints
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Empty device.hints
|
||||
# Use to wire devices in the system to specific driver instances
|
||||
Loading…
Reference in a new issue