mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
kernel: fix crypto-hw-geode dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37443
This commit is contained in:
parent
0256b82631
commit
0cb97db4be
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ $(eval $(call KernelPackage,crypto-hw-padlock))
|
|||
|
||||
define KernelPackage/crypto-hw-geode
|
||||
TITLE:=AMD Geode hardware crypto module
|
||||
DEPENDS:=+kmod-crypto-manager
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_GEODE
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/geode-aes.ko
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue