mirror of https://github.com/hak5/openwrt.git
parent
a282e37c09
commit
4000de357e
|
@ -154,23 +154,6 @@ endef
|
||||||
$(eval $(call KernelPackage,crypto-hw-hifn-795x))
|
$(eval $(call KernelPackage,crypto-hw-hifn-795x))
|
||||||
|
|
||||||
|
|
||||||
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))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto-hw-ppc4xx
|
define KernelPackage/crypto-hw-ppc4xx
|
||||||
TITLE:=AMCC PPC4xx hardware crypto module
|
TITLE:=AMCC PPC4xx hardware crypto module
|
||||||
DEPENDS:=@TARGET_ppc40x||TARGET_ppc44x
|
DEPENDS:=@TARGET_ppc40x||TARGET_ppc44x
|
||||||
|
|
|
@ -39,3 +39,20 @@ define KernelPackage/ixp4xx-beeper/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ixp4xx-beeper))
|
$(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))
|
||||||
|
|
Loading…
Reference in New Issue