shortcut-fe: fix build with IPv6

Fixes: #825

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-11-26 21:38:47 +08:00
parent fa1ac692b5
commit 688920e288
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ define KernelPackage/fast-classifier
CONFIG_NF_CONNTRACK_CHAIN_EVENTS=y \
CONFIG_NF_CONNTRACK_MARK=y
DEPENDS:=+kmod-ipt-conntrack +kmod-shortcut-fe
# AUTOLOAD:=$(call AutoLoad,10,fast-classifier)
endef
define KernelPackage/fast-classifier/description

View File

@ -65,6 +65,7 @@ define Build/Compile
+$(KERNEL_MAKE) $(PKG_JOBS) \
M="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
SFE_SUPPORT_IPV6=1 \
modules
endef