Skip to content

Commit

Permalink
virtualbox-ose: fix dkms w/ linux5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pullmoll committed Feb 26, 2021
1 parent b1a36cd commit 37513f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions srcpkgs/virtualbox-ose/patches/018-vboxnetflt-linux5.11.patch
@@ -0,0 +1,10 @@
--- src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 2021-01-07 16:41:28.000000000 +0100
+++ src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 2021-02-26 17:02:45.083599418 +0100
@@ -38,6 +38,7 @@
#include <linux/nsproxy.h>
#endif
#include <linux/netdevice.h>
+#include <linux/ethtool.h>
#include <linux/etherdevice.h>
#include <linux/rtnetlink.h>
#include <linux/miscdevice.h>
2 changes: 1 addition & 1 deletion srcpkgs/virtualbox-ose/template
@@ -1,7 +1,7 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
version=6.1.18
revision=1
revision=2
wrksrc="VirtualBox-${version}"
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Orphaned <orphan@voidlinux.org>"
Expand Down

0 comments on commit 37513f7

Please sign in to comment.