Skip to content

Commit

Permalink
Fix OpenWrt package build.
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <[email protected]>
  • Loading branch information
utoni committed Sep 2, 2024
1 parent 335708d commit 7bebd7b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/openwrt/net/nDPId-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,18 @@ config NDPID_TESTING_LIBNDPI_COMMIT_HASH

config NDPID_TESTING_INFLUXDB
bool "nDPIsrvd-influxdb"
depends on PACKAGE_nDPId-testing && PACKAGE_libcurl
depends on PACKAGE_nDPId-testing
default n
help
An InfluxDB push daemon. It aggregates various statistics gathered from nDPId.
The results are sent to a specified InfluxDB endpoint.

config NDPID_TESTING_PFRING
bool "PF_RING support"
select PACKAGE_libpfring
select PACKAGE_kmod-pf-ring
depends on PACKAGE_nDPId-testing
default n
help
bla
Enable PF_RING support for faster packet capture.
endef

CMAKE_OPTIONS += -DBUILD_EXAMPLES=ON
Expand Down

0 comments on commit 7bebd7b

Please sign in to comment.