mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:59:28 -05:00
kernel: fix crypto-hw-padlock dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37442
This commit is contained in:
@@ -135,7 +135,7 @@ $(eval $(call KernelPackage,crypto-hw-talitos))
|
||||
|
||||
define KernelPackage/crypto-hw-padlock
|
||||
TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
|
||||
DEPENDS:=+kmod-crypto-aes
|
||||
DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_PADLOCK \
|
||||
CONFIG_CRYPTO_DEV_PADLOCK_AES \
|
||||
|
||||
Reference in New Issue
Block a user