mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vlan.h is obsolete, don't create it anymore.
This commit is contained in:
parent
920b58e88f
commit
0fddbf8747
5 changed files with 5 additions and 21 deletions
|
|
@ -917,7 +917,7 @@ net/if_spppsubr.c optional sppp
|
|||
net/if_stf.c optional stf
|
||||
net/if_tun.c optional tun
|
||||
net/if_tap.c optional tap
|
||||
net/if_vlan.c count vlan
|
||||
net/if_vlan.c optional vlan
|
||||
net/intrq.c standard
|
||||
net/net_osdep.c standard
|
||||
net/ppp_deflate.c optional ppp_deflate
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/fxp
|
||||
|
||||
KMOD= if_fxp
|
||||
SRCS= if_fxp.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
CLEANFILES= vlan.h
|
||||
vlan.h:
|
||||
echo '#define NVLAN 1' > vlan.h
|
||||
SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/nge
|
||||
|
||||
KMOD= if_nge
|
||||
SRCS= if_nge.c miibus_if.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
||||
CLEANFILES= vlan.h
|
||||
|
||||
vlan.h:
|
||||
touch vlan.h
|
||||
SRCS= if_nge.c miibus_if.h opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../pci
|
||||
|
||||
KMOD= if_ti
|
||||
SRCS= if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
||||
CLEANFILES= vlan.h
|
||||
|
||||
vlan.h:
|
||||
touch vlan.h
|
||||
SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/txp
|
||||
|
||||
KMOD= if_txp
|
||||
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
|
||||
CLEANFILES= vlan.h
|
||||
|
||||
vlan.h:
|
||||
touch vlan.h
|
||||
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue