mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Add axe(4) devices to the USB ethernet regular expression.
MFC after: 1 week PR: conf/73239 Submitted by: Daan Vreeken
This commit is contained in:
parent
5fc01b4e25
commit
efe39f955c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ device "Entrega Serial with UART"
|
|||
# it shouldn't be too big a deal :-)
|
||||
#
|
||||
device "USB ethernet"
|
||||
devname "[ackr]ue[0-9]+"
|
||||
devname "([ackr]u|ax)e[0-9]+"
|
||||
attach "/etc/pccard_ether ${DEVNAME} start"
|
||||
detach "/etc/pccard_ether ${DEVNAME} stop"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue