mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the module name from lnc to if_lnc so that ifconfig works.
This commit is contained in:
parent
7716c31841
commit
2d1a798869
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/lnc
|
||||
KMOD = lnc
|
||||
KMOD = if_lnc
|
||||
SRCS = if_lnc.c if_lnc_pci.c if_lnc_isa.c if_lnc_pc98.c
|
||||
SRCS += opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
|
||||
#SRCS += miibus_if.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue