mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sort the miscellaneous devices to restore ordering after the insertion
of the mem and null devices.
This commit is contained in:
parent
f50033ff2e
commit
6d28b03026
1 changed files with 2 additions and 2 deletions
|
|
@ -138,10 +138,10 @@ device faith # IPv6-to-IPv4 relaying (translation)
|
|||
device gif # IPv6 and IPv4 tunneling
|
||||
device loop # Network loopback
|
||||
device md # Memory "disks"
|
||||
device mem # Memory and kernel memory devices
|
||||
device null # Null and zero devices
|
||||
device pty # Pseudo-ttys (telnet etc)
|
||||
device puc # Multi I/O cards and multi-channel UARTs
|
||||
device null # Null and zero devices
|
||||
device mem # Memory and kernel memory devices
|
||||
device random # Entropy device
|
||||
device tun # Packet tunnel.
|
||||
device uart # Serial port (UART)
|
||||
|
|
|
|||
Loading…
Reference in a new issue