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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"