diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 13:44:47 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 13:44:47 +0200 |
commit | 3b030d9f971802f200c9b6d68de281203af97e69 (patch) | |
tree | 00b81e9466771987b2584b76f8a70f873ab6e323 /system/virtualbox-kernel/virtualbox-kernel.SlackBuild | |
parent | b5448ea37d541b73790ebed38a62686a000177d5 (diff) |
system/virtualbox-kernel: Revert commit 14f2c05.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel/virtualbox-kernel.SlackBuild')
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index c413d95ba7620..d879686802063 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild +++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild @@ -25,8 +25,8 @@ # Modified by SlackBuilds.org PRGNAM=virtualbox-kernel -VERSION=${VERSION:-6.1.18} -BUILD=${BUILD:-1} +VERSION=${VERSION:-5.0.40} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} @@ -67,7 +67,7 @@ find -L . \ if ! [ "${HARDENING:-yes}" = "yes" ]; then sed -i "s/ -DVBOX_WITH_HARDENING//g" \ - {vboxdrv,vboxnetadp,vboxnetflt}/Makefile + {vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile fi KERNEL_LOCALVERSION=$(zgrep "CONFIG_LOCALVERSION=" /proc/config.gz | cut -d '"' -f 2) |