kernel: add nlmon kernel module
This driver allows to monitor netlink communication on the system. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
8b5e128250
commit
0109ed87d9
1 changed files with 15 additions and 0 deletions
|
@ -1041,3 +1041,18 @@ define KernelPackage/9pnet/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,9pnet))
|
$(eval $(call KernelPackage,9pnet))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/nlmon
|
||||||
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
|
TITLE:=Virtual netlink monitoring device
|
||||||
|
KCONFIG:=CONFIG_NLMON
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/nlmon.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,nlmon)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/nlmon/description
|
||||||
|
Kernel module which adds a monitoring device for netlink.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,nlmon))
|
||||||
|
|
Loading…
Reference in a new issue