aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-08-16 15:19:24 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-08-19 13:22:10 +0200
commit90306a2f6d3cd62c5900d158f491e9682af5b4ae (patch)
treeb1b4732f229bc0daeb951a968ea057a0b8355e47 /packages
parent2975d692954502d75c7fffce62a245548ea1e73e (diff)
Fixed CI build.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/openwrt/net/nDPId-testing/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/openwrt/net/nDPId-testing/Makefile b/packages/openwrt/net/nDPId-testing/Makefile
index 2a7654dd1..0d21edd3d 100644
--- a/packages/openwrt/net/nDPId-testing/Makefile
+++ b/packages/openwrt/net/nDPId-testing/Makefile
@@ -83,6 +83,7 @@ TARGET_CFLAGS += -DLIBNDPI_STATIC=1
TARGET_CFLAGS += -Werror
ifneq ($(CONFIG_NDPID_TESTING_PFRING),)
+# FIXME: PFRING kernel include directory is hardcoded (not installed to linux header directory).
CMAKE_OPTIONS += -DENABLE_PFRING=ON \
-DPFRING_KERNEL_INC="$(KERNEL_BUILD_DIR)/PF_RING-8.4.0/kernel" \
-DPFRING_INSTALLDIR="$(STAGING_DIR)/usr" \