diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-20 09:01:10 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:07:41 -0500 |
commit | 14f2c05c4740ce53fe94e445980f1234e9213a65 (patch) | |
tree | 82d7a4c624123ac6bd6d846b6030b452c5fbb55c /system/virtualbox-kernel/virtualbox-kernel.SlackBuild | |
parent | 8280900d8ec724dfe78be036172b4b530a2df13f (diff) |
system/virtualbox-kernel: Updated for version 6.1.18.
Remove vboxpci mention, thanks to Spinlock on LQ
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 d879686802063..c413d95ba7620 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:-5.0.40} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.1.18} +BUILD=${BUILD:-1} 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,vboxpci}/Makefile + {vboxdrv,vboxnetadp,vboxnetflt}/Makefile fi KERNEL_LOCALVERSION=$(zgrep "CONFIG_LOCALVERSION=" /proc/config.gz | cut -d '"' -f 2) |