aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-09-01 17:51:38 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-09-02 17:51:38 +0200
commit7bebd7b2c7770f00022754583321372cbfc21327 (patch)
tree0370fc49c2cc21668c002442cf5372e47e70f88e /packages
parent335708d3e3bd32d101cba603c093497320487e5f (diff)
Fix OpenWrt package build.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/openwrt/net/nDPId-testing/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/openwrt/net/nDPId-testing/Makefile b/packages/openwrt/net/nDPId-testing/Makefile
index 0d21edd3d..995250527 100644
--- a/packages/openwrt/net/nDPId-testing/Makefile
+++ b/packages/openwrt/net/nDPId-testing/Makefile
@@ -55,7 +55,7 @@ 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.
@@ -63,11 +63,10 @@ config NDPID_TESTING_INFLUXDB
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