add wrapper for intel-em-kmod

This commit is contained in:
Ad Schellevis
2016-09-08 11:38:51 +02:00
parent 7aacc732d6
commit bdf469f966
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
echo "uninstall loader hook"
configctl firmware loader rm if_em_updated_load
+2
View File
@@ -0,0 +1,2 @@
echo "install loader hook"
configctl firmware loader edit if_em_updated_load YES
+7
View File
@@ -0,0 +1,7 @@
PLUGIN_NAME= intel-em-kmod
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= intel-em-kmod wrapper (please reboot after install/deinstall)
PLUGIN_DEPENDS= intel-em-kmod
PLUGIN_MAINTAINER= ad@opnsense.org
.include "../../Mk/plugins.mk"