Skip to content

Commit

Permalink
kernel: netfilter: enable NF_CONNTRACK_DSCPREMARK_EXT
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaY-shi committed Sep 5, 2024
1 parent 22c8aab commit e3abad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/netfilter.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ $(eval $(call KernelPackage,nfnetlink-queue))
define KernelPackage/nf-conntrack-netlink
TITLE:=Connection tracking netlink interface
FILES:=$(LINUX_DIR)/net/netfilter/nf_conntrack_netlink.ko
KCONFIG:=CONFIG_NF_CT_NETLINK CONFIG_NF_CONNTRACK_EVENTS=y CONFIG_NETFILTER_NETLINK_GLUE_CT=y
KCONFIG:=CONFIG_NF_CT_NETLINK CONFIG_NF_CONNTRACK_EVENTS=y CONFIG_NETFILTER_NETLINK_GLUE_CT=y CONFIG_NF_CONNTRACK_DSCPREMARK_EXT=y
AUTOLOAD:=$(call AutoProbe,nf_conntrack_netlink)
$(call AddDepends/nfnetlink,+kmod-nf-conntrack)
endef
Expand Down

0 comments on commit e3abad8

Please sign in to comment.