83aaf5106e
nvidia-modprobe package adds a utility and headers for probing the NVIDIA hardware at runtime. https://github.com/NVIDIA/nvidia-modprobe Signed-off-by: Christian Stewart <christian@paral.in> [Arnout: - use upstream Makefile instead of building directly; - don't install to staging; - remove dependency on host-pkgconf; - correct license to GPL-2.0; - remove dependency on threads and glibc; - add dependency on MMU.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
config BR2_PACKAGE_NVIDIA_MODPROBE
|
|
bool "nvidia-modprobe"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
nvidia-modprobe package adds a utility and headers for
|
|
probing the NVIDIA hardware at runtime.
|
|
|
|
https://github.com/NVIDIA/nvidia-modprobe
|