netfilter: kmod-nft-xfrm
Add kmod-nft-xfrm package. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Christian Lamparter
parent
adbdfc9366
commit
9379bc2fcf
@@ -1272,3 +1272,14 @@ define KernelPackage/nft-compat
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nft-compat))
|
||||
|
||||
define KernelPackage/nft-xfrm
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=Netfilter nf_tables xfrm support (ipsec)
|
||||
DEPENDS:=+kmod-nft-core
|
||||
FILES:=$(foreach mod,$(NFT_XFRM-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
AUTOLOAD:=$(call AutoProbe,$(notdir $(NFT_XFRM-m)))
|
||||
KCONFIG:=$(KCONFIG_NFT_XFRM)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nft-xfrm))
|
||||
|
||||
Reference in New Issue
Block a user