From b69a0a5857b44db1ea0b372508fcabe50f31869f Mon Sep 17 00:00:00 2001 From: Integral Date: Thu, 19 Dec 2024 21:59:43 +0800 Subject: [PATCH] dae: apply suggestions --- net/dae/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/dae/Makefile b/net/dae/Makefile index bc5ef95eb4..5d68f283b9 100644 --- a/net/dae/Makefile +++ b/net/dae/Makefile @@ -21,6 +21,7 @@ PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/daeuniverse/dae +GO_PKG_EXCLUDES:=control/kern/tests GO_PKG_LDFLAGS_X:= \ $(GO_PKG)/cmd.Version=$(PKG_VERSION) \ $(GO_PKG)/common/consts.MaxMatchSetLen_=64 @@ -81,7 +82,7 @@ endef DAE_CFLAGS:= \ -O2 -Wall -Werror \ - -DMAX_MATCH_SET_LEN=64 \ + -DMAX_MATCH_SET_LEN=1024 \ -I$(BPF_HEADERS_DIR)/tools/lib \ -I$(BPF_HEADERS_DIR)/arch/$(BPF_KARCH)/include/asm/mach-generic