buildrootschalter/package/kmod/Config.in
Thomas Petazzoni b7c0041c31 kmod: does not support static builds
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>
2013-09-02 23:22:14 +02:00

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).