Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 21:39:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314422 - head/sys/mips/conf
Message-ID:  <201702282139.v1SLd1Pe052501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702282139.v1SLd1Pe052501>