X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fmodules.mk;h=8377eec01e2e5d3e6fbe7e1dbf849f6ce888ce9f;hb=a3c1cdf61af586838d31ed28bcc091a9c63c29ed;hp=e088497793baf10565f1b0e0da2d3265d17a431a;hpb=33990405fb045f2e425cc9f39d75ce8e1cb07669;p=15.05%2Fopenwrt.git diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index e088497793..8377eec01e 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -39,3 +39,36 @@ 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)) + + +define KernelPackage/ixp4xx-eth + SUBMENU:=$(NETWORK_DEVICES_MENU) + TITLE:=IXP4xxt Ethernet Adapter kernel support + DEPENDS:=@TARGET_ixp4xx + KCONFIG:=CONFIG_IXP4XX_ETH + FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko + AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth) +endef + +define KernelPackage/ixp4xx-eth/description + Kernel modules for Intel IXP4xx Ethernet chipsets. +endef + +$(eval $(call KernelPackage,ixp4xx-eth))