netmodule distro: Remove preferred kernel

The machines should select which kernel they want to use.

BugzID: 79987
This commit is contained in:
Alexandre Bard 2022-06-08 09:02:35 +02:00
parent 08a479521b
commit 30d95eb8c8
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ DISTRO_NAME = "NetModule Linux Distribution"
DISTRO_VERSION ?= "x.y.z.develop" DISTRO_VERSION ?= "x.y.z.develop"
INIT_MANAGER = "systemd" INIT_MANAGER = "systemd"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
KERNEL_MODULE_AUTOLOAD += "cryptodev" KERNEL_MODULE_AUTOLOAD += "cryptodev"
DISTRO_FEATURES = "bluetooth usbhost pci ipv4 ipv6 wifi multiarch usrmerge" DISTRO_FEATURES = "bluetooth usbhost pci ipv4 ipv6 wifi multiarch usrmerge"