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

Sean Bruno sbruno at FreeBSD.org
Wed Mar 5 04:19:53 UTC 2014


Author: sbruno
Date: Wed Mar  5 04:19:52 2014
New Revision: 262777
URL: http://svnweb.freebsd.org/changeset/base/262777

Log:
  Update location of hints and name of the kernel we are building.

Modified:
  head/sys/mips/conf/DIR-825B1
  head/sys/mips/conf/DIR-825B1.hints

Modified: head/sys/mips/conf/DIR-825B1
==============================================================================
--- head/sys/mips/conf/DIR-825B1	Wed Mar  5 04:18:42 2014	(r262776)
+++ head/sys/mips/conf/DIR-825B1	Wed Mar  5 04:19:52 2014	(r262777)
@@ -1,7 +1,7 @@
 #
-# Specific board setup for the D-Link DIR-825 router.
+# Specific board setup for the D-Link DIR-825B1 router.
 #
-# The DIR-825 has the following hardware:
+# The DIR-825B1 has the following hardware:
 #
 # + AR7161 CPU SoC
 # + AR9223 2.4GHz 11n
@@ -14,8 +14,8 @@
 # $FreeBSD$
 
 include		"AR71XX_BASE"
-ident		"DIR-825"
-hints		"DIR-825.hints"
+ident		"DIR-825B1"
+hints		"DIR-825B1.hints"
 
 # Since the kernel image must fit inside 1024KiB, we have to build almost
 # everything as modules.

Modified: head/sys/mips/conf/DIR-825B1.hints
==============================================================================
--- head/sys/mips/conf/DIR-825B1.hints	Wed Mar  5 04:18:42 2014	(r262776)
+++ head/sys/mips/conf/DIR-825B1.hints	Wed Mar  5 04:19:52 2014	(r262777)
@@ -32,7 +32,7 @@ hint.ath.1.eeprom_firmware="pcib.0.bus.0
 
 # Geom MAP
 
-# The DIR-825 has an 8MB flash part - HOWEVER, the 64k caldata isn't
+# The DIR-825B1 has an 8MB flash part - HOWEVER, the 64k caldata isn't
 # at the end of the flash. It's ~ 6MB into the flash image.
 
 # mtdparts=ar7100-nor0:256k(uboot),64k(Config),1024k(vmlinux),5184k(rootfs),64k(caldata)


More information about the svn-src-head mailing list