1config BR2_PACKAGE_KMOD 2 bool "kmod" 3 depends on !BR2_STATIC_LIBS 4 help 5 handle kernel modules 6 7 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git 8 9if BR2_PACKAGE_KMOD 10 11config BR2_PACKAGE_KMOD_TOOLS 12 bool "kmod utilities" 13 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 14 help 15 Install kmod module utilities (depmod, insmod, lsmod, 16 modinfo, modprobe, rmmod). 17 18endif 19 20comment "kmod needs a toolchain w/ dynamic library" 21 depends on BR2_STATIC_LIBS 22