93216b6419
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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).
|