b7c0041c31
Since kmod 14, the support for building a static library has been removed completely from kmod. Therefore, we mark kmod as !BR2_PREFER_STATIC_LIB, as well as all its reverse dependencies, which includes the option to use the "udev" /dev management method. [Peter: show comment for udev when BR2_PREFER_STATIC_LIB is enabled] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
config BR2_PACKAGE_KMOD
|
|
bool "kmod"
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
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).
|