mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Primarily adds support for E830 devices, unlocking all of their functionality. As well, update the README and remove the non-FreeBSD sections from it. Signed-off-by: Eric Joyner <erj@FreeBSD.org> Sponsored by: Intel Corporation (cherry picked from commit f9a039060e834e89e0b2de1e8a442d78bd5c083d)
7 lines
121 B
Makefile
7 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/ice
|
|
|
|
KMOD= ice_ddp
|
|
FIRMWS= ice-1.3.41.0.pkg:ice_ddp:0x01032900
|
|
|
|
.include <bsd.kmod.mk>
|