shortcut-fe: fix build with IPv6
Fixes: #825 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
fa1ac692b5
commit
688920e288
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user