能添加kmod-xdp-sockets-diag这个依赖么,dae安装时提示缺少这个依赖 #11799
nibuhuicai
started this conversation in
Bugs / 问题反馈
Replies: 1 comment
-
这个其实只要编译的时候加一下就行了。 echo '
define KernelPackage/xdp-sockets-diag
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=PF_XDP sockets monitoring interface support for ss utility
KCONFIG:= \
CONFIG_XDP_SOCKETS=y \
CONFIG_XDP_SOCKETS_DIAG
FILES:=$(LINUX_DIR)/net/xdp/xsk_diag.ko
AUTOLOAD:=$(call AutoLoad,31,xsk_diag)
endef
define KernelPackage/xdp-sockets-diag/description
Support for PF_XDP sockets monitoring interface used by the ss tool
endef
$(eval $(call KernelPackage,xdp-sockets-diag))
' >> package/kernel/linux/modules/netsupport.mk
echo '
CONFIG_PACKAGE_kmod-xdp-sockets-diag=y
' >> .config
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
能添加kmod-xdp-sockets-diag这个依赖么,dae安装时提示缺少这个依赖
Beta Was this translation helpful? Give feedback.
All reactions