blob: 6fdd92c445687e18a00a0a423ae43a8fd5f91c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
help
Install kmod module utilities (depmod, insmod, lsmod,
modinfo, modprobe, rmmod).
|