mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors)
8 lines
161 B
Makefile
8 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
FILES= ${.CURDIR}/../../../../sys/contrib/dev/wpi/LICENSE
|
|
FILESDIR= ${SHAREDIR}/doc/legal/intel_wpi
|
|
|
|
.include <bsd.prog.mk>
|
|
|