summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vbox-src')
-rw-r--r--core/modules/vbox-src/module.conf2
-rw-r--r--core/modules/vbox-src/module.conf.debian7
2 files changed, 2 insertions, 7 deletions
diff --git a/core/modules/vbox-src/module.conf b/core/modules/vbox-src/module.conf
index 2a0bac6e..20d18cf8 100644
--- a/core/modules/vbox-src/module.conf
+++ b/core/modules/vbox-src/module.conf
@@ -1,5 +1,5 @@
REQUIRED_MODULES="kernel"
-REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.1.4}"
+REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.2.4}"
REQUIRED_DIRECTORIES="
/lib/modules
/usr/lib/virtualbox
diff --git a/core/modules/vbox-src/module.conf.debian b/core/modules/vbox-src/module.conf.debian
index 6e65d859..0e8b2ffa 100644
--- a/core/modules/vbox-src/module.conf.debian
+++ b/core/modules/vbox-src/module.conf.debian
@@ -24,8 +24,6 @@ REQUIRED_INSTALLED_PACKAGES="
usbutils
xsltproc
yasm
-"
-REQUIRED_CONTENT_PACKAGES="
usb.ids
"
# These are required for building 32-bit guest additions on 64-bit systems
@@ -36,8 +34,5 @@ REQUIRED_INSTALLED_PACKAGES_X64_X86="
gcc-multilib
g++-multilib
"
-REQUIRED_SYSTEM_FILES="
- /var/lib/usbutils/usb.ids
-"
-[ "$(uname -m)x" = "x86_64x" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86"
+[ "$X86_64_I386" = "x86_64" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86"
true