mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 14:54:33 +04:00
openvswitch: add missing dependency
This resolves this failure observed when building on a 6.12 kernel: Package kmod-openvswitch is missing dependencies for the following libraries: psample.ko The psample module is provided by kmod-sched-act-sample. Closes: https://github.com/openwrt/packages/issues/26571 Signed-off-by: Mathew McBride <matt@traverse.com.au>
This commit is contained in:
committed by
Wesley Gimenes
parent
7b63002273
commit
2a317ac466
@@ -17,7 +17,7 @@ include ./openvswitch.mk
|
||||
#
|
||||
PKG_NAME:=openvswitch
|
||||
PKG_VERSION:=$(ovs_version)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
|
||||
PKG_HASH:=e1b3fa472676626853f22d63f959e5ad061e1bf57e1bbd444d0ed88f947ef8b1
|
||||
@@ -83,6 +83,7 @@ ovs_kmod_openvswitch_depends:=\
|
||||
+IPV6:kmod-nf-conntrack6 \
|
||||
+kmod-nsh \
|
||||
+kmod-ipt-conntrack-extra \
|
||||
+kmod-sched-act-sample \
|
||||
|
||||
ovs_kmod_openvswitch_files:=$(ovs_kmod_upstream_dir)/openvswitch.ko
|
||||
$(eval $(call OvsKmodPackageTemplate,openvswitch))
|
||||
|
||||
Reference in New Issue
Block a user