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:
		@@ -1642,6 +1642,7 @@ $(eval $(call KernelPackage,usb-net2280))
 | 
				
			|||||||
define KernelPackage/chaoskey
 | 
					define KernelPackage/chaoskey
 | 
				
			||||||
  SUBMENU:=$(USB_MENU)
 | 
					  SUBMENU:=$(USB_MENU)
 | 
				
			||||||
  TITLE:=Chaoskey hardware RNG support
 | 
					  TITLE:=Chaoskey hardware RNG support
 | 
				
			||||||
 | 
					  DEPENDS:=+kmod-random-core
 | 
				
			||||||
  KCONFIG:=CONFIG_USB_CHAOSKEY
 | 
					  KCONFIG:=CONFIG_USB_CHAOSKEY
 | 
				
			||||||
  FILES:=$(LINUX_DIR)/drivers/usb/misc/chaoskey.ko
 | 
					  FILES:=$(LINUX_DIR)/drivers/usb/misc/chaoskey.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoProbe,chaoskey)
 | 
					  AUTOLOAD:=$(call AutoProbe,chaoskey)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user