2012-01-16 16:04:36 +01:00
|
|
|
config BR2_PACKAGE_KMOD
|
|
|
|
bool "kmod"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-01-16 16:04:36 +01:00
|
|
|
help
|
|
|
|
handle kernel modules
|
|
|
|
|
2012-03-22 15:32:57 +01:00
|
|
|
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
|
2012-03-22 16:02:14 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_KMOD
|
|
|
|
|
2012-03-22 16:02:14 +01:00
|
|
|
config BR2_PACKAGE_KMOD_TOOLS
|
|
|
|
bool "kmod utilities"
|
2012-03-22 22:47:59 +01:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2012-03-22 16:02:14 +01:00
|
|
|
help
|
|
|
|
Install kmod module utilities (depmod, insmod, lsmod,
|
|
|
|
modinfo, modprobe, rmmod).
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|
2015-03-04 08:06:22 +01:00
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "kmod needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|