Config.in 453 B

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