mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
kernel: kmod-crypto-authenc: Add authencesn.ko
The kernel configuration option CONFIG_CRYPTO_AUTHENC builds authenc.ko and authencesn.ko, pack both kernel modules. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@ -69,8 +69,10 @@ define KernelPackage/crypto-authenc
|
|||||||
TITLE:=Combined mode wrapper for IPsec
|
TITLE:=Combined mode wrapper for IPsec
|
||||||
DEPENDS:=+kmod-crypto-manager +kmod-crypto-null
|
DEPENDS:=+kmod-crypto-manager +kmod-crypto-null
|
||||||
KCONFIG:=CONFIG_CRYPTO_AUTHENC
|
KCONFIG:=CONFIG_CRYPTO_AUTHENC
|
||||||
FILES:=$(LINUX_DIR)/crypto/authenc.ko
|
FILES:= \
|
||||||
AUTOLOAD:=$(call AutoLoad,09,authenc)
|
$(LINUX_DIR)/crypto/authenc.ko \
|
||||||
|
$(LINUX_DIR)/crypto/authencesn.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,authenc authencesn)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user