Skip to content

Commit

Permalink
Merge pull request #889 from natali-rs1985/T6895
Browse files Browse the repository at this point in the history
T6895: Build hsflowd with option PSAMPLE
  • Loading branch information
sever-sever authored Jan 18, 2025
2 parents b8ee670 + 62cdc8e commit 2ab12b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/package-build/hsflowd/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab12b7

Please sign in to comment.