X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fmodules.mk;h=8bf6e693b7893a2460d7ddb8377b4c7f4473f510;hp=e088497793baf10565f1b0e0da2d3265d17a431a;hb=b31f23f517b72772f784987268da860bd3e3d21c;hpb=f90982fb4e8a4eae42443b4157e519b58ed33a1f diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index e088497793..8bf6e693b7 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -39,3 +39,20 @@ define KernelPackage/ixp4xx-beeper/description endef $(eval $(call KernelPackage,ixp4xx-beeper)) + + +define KernelPackage/crypto-hw-ixp4xx + TITLE:=Intel IXP4xx hardware crypto module + DEPENDS:=@TARGET_ixp4xx + KCONFIG:= \ + CONFIG_CRYPTO_DEV_IXP4XX + FILES:=$(LINUX_DIR)/drivers/crypto/ixp4xx_crypto.ko + AUTOLOAD:=$(call AutoLoad,90,ixp4xx_crypto) + $(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des) +endef + +define KernelPackage/crypto-hw-ixp4xx/description + Kernel support for the Intel IXP4xx HW crypto engine. +endef + +$(eval $(call KernelPackage,crypto-hw-ixp4xx))