mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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
@ -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 New Issue
Block a user