File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ KERNEL_VERSION_RPI2=4.9.0-2-rpi2
77
88INSTALL_MODULES=" kernel/fs/btrfs/btrfs.ko"
99INSTALL_MODULES=" $INSTALL_MODULES kernel/drivers/scsi/sg.ko"
10+ INSTALL_MODULES=" $INSTALL_MODULES kernel/drivers/char/hw_random/bcm2835-rng.ko"
1011INSTALL_MODULES=" $INSTALL_MODULES kernel/net/ipv6/ipv6.ko"
1112
1213# checks if first parameter is contained in the array passed as the second parameter
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ echo "https://github.com/debian-pi/raspbian-ua-netinst/"
212212echo "================================================="
213213
214214echo -n "Starting HWRNG "
215+ modprobe bcm2835-rng
215216/usr/sbin/rngd -r /dev/hwrng
216217if [ $? -eq 0 ]; then
217218 echo "succeeded!"
You can’t perform that action at this time.
0 commit comments