diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-03 21:25:36 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-03 21:25:36 +0000 |
commit | f72d4a34322e17d45287eb440301b51ade5e61ca (patch) | |
tree | 52f3b411d2c12d7bcc69c4fcf1b105f451af47a0 | |
parent | 3dc2d0fabdadc15cf8c45349d8a9bca3463021f3 (diff) |
[package] kernel: revert r26814
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26815 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/modules/crypto.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index f31331e32..5aa954900 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -28,13 +28,6 @@ CRYPTOMGR_MODULES = \ MANAGER2=cryptomgr \ BLKCIPHER2=crypto_blkcipher -CRYPTOIPSEC_MODULES = \ - WORKQUEUE=crypto_wq \ - RNG2=rng \ - RNG2=krng \ - BLKCIPHER2=eseqiv \ - BLKCIPHER2=chainiv - crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1))) crypto_file=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko) crypto_name=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(word 2,$(subst =,$(space),$(1)))) @@ -115,15 +108,6 @@ define KernelPackage/crypto-iv endef $(eval $(call KernelPackage,crypto-iv)) -define KernelPackage/crypto-ipsec - TITLE:=IPSEC CryptoAPI modules - KCONFIG:=$(foreach mod,$(CRYPTOIPSEC_MODULES),$(call crypto_confvar,$(mod))) - FILES:=$(foreach mod,$(CRYPTOIPSEC_MODULES),$(call crypto_file,$(mod))) - AUTOLOAD:=$(call AutoLoad,09,$(foreach mod,$(CRYPTOIPSEC_MODULES),$(call crypto_name,$(mod)))) - $(call AddDepends/crypto) -endef -$(eval $(call KernelPackage,crypto-ipsec)) - define KernelPackage/crypto-hw-padlock TITLE:=VIA PadLock ACE with AES/SHA hw crypto module DEPENDS:=+kmod-crypto-aes |