kernel/modules: add kmod-inet-diag package
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 41d8f0e982079790d9bfe32743278f6c17a633f8)
This commit is contained in:
parent
d1e9204046
commit
a45d79b7e2
@ -1259,6 +1259,31 @@ endef
|
||||
$(eval $(call KernelPackage,netlink-diag))
|
||||
|
||||
|
||||
define KernelPackage/inet-diag
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=INET diag support for ss utility
|
||||
KCONFIG:= \
|
||||
CONFIG_INET_DIAG \
|
||||
CONFIG_INET_TCP_DIAG \
|
||||
CONFIG_INET_UDP_DIAG \
|
||||
CONFIG_INET_RAW_DIAG \
|
||||
CONFIG_INET_DIAG_DESTROY=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/ipv4/inet_diag.ko \
|
||||
$(LINUX_DIR)/net/ipv4/tcp_diag.ko \
|
||||
$(LINUX_DIR)/net/ipv4/udp_diag.ko \
|
||||
$(LINUX_DIR)/net/ipv4/raw_diag.ko
|
||||
AUTOLOAD:=$(call AutoLoad,31,inet_diag tcp_diag udp_diag raw_diag)
|
||||
endef
|
||||
|
||||
define KernelPackage/inet-diag/description
|
||||
Support for INET (TCP, DCCP, etc) socket monitoring interface used by
|
||||
native Linux tools such as ss.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,inet-diag))
|
||||
|
||||
|
||||
define KernelPackage/wireguard
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=WireGuard secure network tunnel
|
||||
|
Loading…
x
Reference in New Issue
Block a user