package/kernel: arc4 needs blkcipher support on 3.6
[ 78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0) [ 78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0) [ 78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33965
This commit is contained in:
parent
1a4f117398
commit
01c8449865
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ define KernelPackage/crypto-arc4
|
||||||
KCONFIG:=CONFIG_CRYPTO_ARC4
|
KCONFIG:=CONFIG_CRYPTO_ARC4
|
||||||
FILES:=$(LINUX_DIR)/crypto/arc4.ko
|
FILES:=$(LINUX_DIR)/crypto/arc4.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,09,arc4)
|
AUTOLOAD:=$(call AutoLoad,09,arc4)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto,+!LINUX_3_3:kmod-crypto-manager)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-arc4))
|
$(eval $(call KernelPackage,crypto-arc4))
|
||||||
|
|
Loading…
Reference in a new issue