mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
mtw.4: Fix a couple of nits
- Only install it when MK_USB is set to "yes", like we do for other USB
NIC drivers.
- Create a hardlink named if_mtw.4, like we do for other NIC drivers.
PR: 284638
Fixes: c14b016242 ("mt7601U: Importing if_mtw from OpenBSD")
This commit is contained in:
parent
d235f19d1b
commit
f468366ecc
1 changed files with 2 additions and 1 deletions
|
|
@ -338,7 +338,6 @@ MAN= aac.4 \
|
|||
msdosfs.4 \
|
||||
msk.4 \
|
||||
mtio.4 \
|
||||
mtw.4 \
|
||||
multicast.4 \
|
||||
muge.4 \
|
||||
mvs.4 \
|
||||
|
|
@ -1008,6 +1007,7 @@ _pfsync.4= pfsync.4
|
|||
|
||||
.if ${MK_USB} != "no"
|
||||
MAN+= \
|
||||
mtw.4 \
|
||||
otus.4 \
|
||||
otusfw.4 \
|
||||
rsu.4 \
|
||||
|
|
@ -1066,6 +1066,7 @@ MAN+= \
|
|||
veriexec.4 \
|
||||
zyd.4
|
||||
|
||||
MLINKS+=mtw.4 if_mtw.4
|
||||
MLINKS+=otus.4 if_otus.4
|
||||
MLINKS+=rsu.4 if_rsu.4
|
||||
MLINKS+=rtwn_usb.4 if_rtwn_usb.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue