kernel/modules: inet-diag: fix build with kernel < 4.10
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
02cefc8ec7
commit
3adf1d9bbe
@ -1315,13 +1315,13 @@ define KernelPackage/inet-diag
|
||||
$(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
|
||||
$(LINUX_DIR)/net/ipv4/raw_diag.ko@ge4.10
|
||||
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.
|
||||
Support for INET (TCP, DCCP, etc) socket monitoring interface used by
|
||||
native Linux tools such as ss.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,inet-diag))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user