Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2011 07:33:41 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227925 - head/sys/mips/conf
Message-ID:  <201111240733.pAO7XfJI083475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Nov 24 07:33:41 2011
New Revision: 227925
URL: http://svn.freebsd.org/changeset/base/227925

Log:
  Flip on AR71XX_ENV_UBOOT so the environment variables are properly
  processed. (Which is to say they're currently ignored.)

Modified:
  head/sys/mips/conf/TP-WN1043ND

Modified: head/sys/mips/conf/TP-WN1043ND
==============================================================================
--- head/sys/mips/conf/TP-WN1043ND	Thu Nov 24 07:32:52 2011	(r227924)
+++ head/sys/mips/conf/TP-WN1043ND	Thu Nov 24 07:33:41 2011	(r227925)
@@ -20,6 +20,10 @@ options		MSDOSFS
 options		GEOM_PART_BSD
 options		GEOM_PART_MBR
 
+# Enable the uboot environment stuff rather then the
+# redboot stuff.
+options		AR71XX_ENV_UBOOT
+
 # uzip - to boot natively from flash
 device		geom_uzip
 options		GEOM_UZIP



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