kernel/modules: kmod-chaoskey: Add missing dependency
This new package was missing the dependency to kmod-random-core which
caused some build errors.
Fixes: 163ab9135a
("kernel/modules: add chaoskey module, hardware TRNG")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
ccc728a0e2
commit
d661a5d754
1 changed files with 1 additions and 0 deletions
|
@ -1642,6 +1642,7 @@ $(eval $(call KernelPackage,usb-net2280))
|
|||
define KernelPackage/chaoskey
|
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Chaoskey hardware RNG support
|
||||
DEPENDS:=+kmod-random-core
|
||||
KCONFIG:=CONFIG_USB_CHAOSKEY
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/misc/chaoskey.ko
|
||||
AUTOLOAD:=$(call AutoProbe,chaoskey)
|
||||
|
|
Loading…
Reference in a new issue