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

Adrian Chadd adrian at FreeBSD.org
Thu Nov 24 07:33:41 UTC 2011


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


More information about the svn-src-head mailing list