package/linux-tools: some selftests needs kmod's modprobe
authorRomain Naour <romain.naour@smile.fr>
Mon, 8 Apr 2019 16:43:33 +0000 (18:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Apr 2019 16:47:23 +0000 (18:47 +0200)
commitc301405c3483fabda21911006986d235296fd12d
tree6b1c990147577d088ce70b463c987b59698cc8fd
parent633e5121f851b3a89121138ec8aafdb7338ce9de
package/linux-tools: some selftests needs kmod's modprobe

Some kernel-selftests are using modprobe options (-n) that are not available
from busybox's modprobe, so make sure that BR2_PACKAGE_KMOD_TOOLS is selected.

[linux-4.19 selftests]$ git grep tput
drivers/gpu/drm_mm.sh:if ! /sbin/modprobe -n -q test-drm_mm; then
drivers/usb/usbip/usbip_test.sh:if ! /sbin/modprobe -q -n usbip_host; then

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/linux-tools/Config.in