mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
This includes the port of a driver originally from OpenBSD, later ported to NetBSD by the author: * The umb(4) kernel driver * The umbctl(8) companion tool This driver supports USB network devices implementing the Mobile Broadband Interface Model (MBIM), often found in modern (internal) USB models for 4G/LTE mobile broadband access. It is currently limited to IPv4. umbctl has to be used to display or set MBIM cellular modem interface parameters (4G/LTE). Differential Revision: https://reviews.freebsd.org/D48167 Approved by: adrian, zlei Sponsored by: FreeBSD Foundation PR: kern/263783 Submitted by: Pierre Pronchery <khorben@defora.org>
8 lines
104 B
Makefile
8 lines
104 B
Makefile
CFLAGS+= -I${SRCTOP}/sys/dev/usb/net
|
|
|
|
PROG= umbctl
|
|
MAN= umbctl.8
|
|
|
|
BINDIR= /sbin
|
|
|
|
.include <bsd.prog.mk>
|