svn commit: r314422 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Tue Feb 28 21:39:02 UTC 2017


Author: imp
Date: Tue Feb 28 21:39:00 2017
New Revision: 314422
URL: https://svnweb.freebsd.org/changeset/base/314422

Log:
  Update PICOSTATION_M2HP
  
  Make the random number generator work so we can do WPA encryption on the AP's.
  
  Submitted by:	Michael Vale <m.vale at live.com.au>
  Pull Request:	https://github.com/freebsd/freebsd/pull/16

Modified:
  head/sys/mips/conf/PICOSTATION_M2HP

Modified: head/sys/mips/conf/PICOSTATION_M2HP
==============================================================================
--- head/sys/mips/conf/PICOSTATION_M2HP	Tue Feb 28 21:30:26 2017	(r314421)
+++ head/sys/mips/conf/PICOSTATION_M2HP	Tue Feb 28 21:39:00 2017	(r314422)
@@ -68,3 +68,6 @@ device		arswitch
 # Enable GPIO
 device         gpio
 device         gpioled
+
+# RNG
+device        random


More information about the svn-src-all mailing list