mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
Firmware files are available in the comms/rtlbt-firmware port. Sponsored by: Future Crew LLC MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D46739 (cherry picked from commit 5036d9652a5701d00e9e40ea942c278e9f77d33d)
9 lines
170 B
Makefile
9 lines
170 B
Makefile
PACKAGE= bluetooth
|
|
CONFS= rtlbtfw.conf
|
|
CONFSDIR= /etc/devd
|
|
PROG= rtlbtfw
|
|
MAN= rtlbtfw.8
|
|
LIBADD+= usb
|
|
SRCS= main.c rtlbt_fw.c rtlbt_hw.c
|
|
|
|
.include <bsd.prog.mk>
|