summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2011-10-30 21:38:00 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2011-11-04 21:59:29 -0200
commit8fc3275b4f1df68c55c82e87a38969b55b3178ba (patch)
treee84562e952f60bb68c4f7512553f14c19d89803d /system
parent029b68989a5ce7d402177631e5375a274fb06fc9 (diff)
downloadslackbuilds-8fc3275b4f1df68c55c82e87a38969b55b3178ba.tar.gz
slackbuilds-8fc3275b4f1df68c55c82e87a38969b55b3178ba.tar.xz
system/virtualbox-kernel: Updated for version 4.1.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild5
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index 0f73f1d7fb..e09a60fd7d 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
-VERSION=${VERSION:-4.0.8}
+VERSION=${VERSION:-4.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ chmod -R u+w,go+r-w,a-s .
if ! [ "${HARDENING:-yes}" = "yes" ]; then
sed -i "s/ -DVBOX_WITH_HARDENING//g" \
- {vboxdrv,vboxnetadp,vboxnetflt}/Makefile
+ {vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile
fi
make KERN_DIR=${KERNELPATH}
@@ -72,6 +72,7 @@ mkdir -p $PKG/lib/modules/$KERNEL/misc
install -m 0644 vboxdrv.ko $PKG/lib/modules/$KERNEL/misc/
install -m 0644 vboxnetflt.ko $PKG/lib/modules/$KERNEL/misc/
install -m 0644 vboxnetadp.ko $PKG/lib/modules/$KERNEL/misc/
+install -m 0644 vboxpci.ko $PKG/lib/modules/$KERNEL/misc/
mkdir -p $PKG/usr/doc/$PRGNAM-$PKG_VERS
cat $CWD/COPYING > $PKG/usr/doc/$PRGNAM-$PKG_VERS/COPYING
diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info
index e680a828e4..bc4b307930 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.info
+++ b/system/virtualbox-kernel/virtualbox-kernel.info
@@ -1,8 +1,8 @@
PRGNAM="virtualbox-kernel"
-VERSION="4.0.8"
+VERSION="4.1.4"
HOMEPAGE="http://www.virtualbox.org"
-DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-4.0.8.tar.xz"
-MD5SUM="5daaeff325185a4108970e7efc0d9d89"
+DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-4.1.4.tar.xz"
+MD5SUM="de0e87a798ba8e1298923f4dd6bf0c3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"