diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 21:25:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 21:25:36 +0000 |
commit | 7208c5f713f6746f697c896191a5c4ff7f0d0709 (patch) | |
tree | 52f3b411d2c12d7bcc69c4fcf1b105f451af47a0 | |
parent | f6a18657c6054dec8886f9347dba51f84dd24bec (diff) | |
download | upstream-7208c5f713f6746f697c896191a5c4ff7f0d0709.tar.gz upstream-7208c5f713f6746f697c896191a5c4ff7f0d0709.tar.bz2 upstream-7208c5f713f6746f697c896191a5c4ff7f0d0709.zip |
[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 f31331e326..5aa954900d 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 |