Merge pull request #889 from natali-rs1985/T6895

T6895: Build hsflowd with option PSAMPLE
This commit is contained in:
Viacheslav Hletenko 2025-01-18 19:47:43 +02:00 committed by GitHub
commit 2ab12b7566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name = "host-sflow"
commit_id = "v2.0.55-1"
scm_url = "https://github.com/sflow/host-sflow.git"
build_cmd = "make deb FEATURES='PCAP DROPMON DBUS'"
build_cmd = "make deb FEATURES='PCAP DROPMON DBUS PSAMPLE'"
[dependencies]
packages = ["libpcap0.8-dev"]

View File

@ -1735,7 +1735,7 @@ CONFIG_RFKILL_INPUT=y
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
CONFIG_PSAMPLE=y
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y

View File

@ -1780,7 +1780,7 @@ CONFIG_RFKILL_INPUT=y
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
CONFIG_PSAMPLE=y
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y