mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm2708: package the HW random module
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -24,3 +24,17 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,sound-arm-bcm2835))
|
||||
|
||||
define KernelPackage/random-bcm2708
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=BCM2708 H/W Random Number Generator
|
||||
KCONFIG:=CONFIG_HW_RANDOM_BCM2708
|
||||
FILES:=$(LINUX_DIR)/drivers/char/hw_random/bcm2708-rng.ko
|
||||
AUTOLOAD:=$(call AutoLoad,11,bcm2708-rng)
|
||||
DEPENDS:=@TARGET_brcm2708 +kmod-random-core
|
||||
endef
|
||||
|
||||
define KernelPackage/random-bcm2708/description
|
||||
This package contains the Broadcom 2708 HW random number generator driver
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,random-bcm2708))
|
||||
|
||||
Reference in New Issue
Block a user