mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/realtek-re: add vendor driver plugin
This commit is contained in:
parent
a395ee96dc
commit
2a9624071f
3 changed files with 16 additions and 0 deletions
7
net/realtek-re/Makefile
Normal file
7
net/realtek-re/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PLUGIN_NAME= realtek-re
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Realtek re(4) vendor driver
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
PLUGIN_DEPENDS= realtek-re-kmod
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
7
net/realtek-re/pkg-descr
Normal file
7
net/realtek-re/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
This is the official driver from Realtek and can be loaded instead of
|
||||
the FreeBSD driver built into the GENERIC kernel if you experience
|
||||
issues with it (eg. watchdog timeouts), or your card is not supported.
|
||||
|
||||
Please note this driver requires a system reboot to activate.
|
||||
|
||||
WWW: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
|
||||
2
net/realtek-re/src/etc/rc.loader.d/50-realtek-re
Normal file
2
net/realtek-re/src/etc/rc.loader.d/50-realtek-re
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
if_re_load="YES"
|
||||
if_re_name="/boot/modules/if_re.ko"
|
||||
Loading…
Reference in a new issue