mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
config BR2_PACKAGE_KMOD
|
|
bool "kmod"
|
|
help
|
|
handle kernel modules
|
|
|
|
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
|
|
|
|
config BR2_PACKAGE_KMOD_TOOLS
|
|
bool "kmod utilities"
|
|
depends on BR2_PACKAGE_KMOD
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
help
|
|
Install kmod module utilities (depmod, insmod, lsmod,
|
|
modinfo, modprobe, rmmod).
|