From owner-svn-src-all@FreeBSD.ORG Wed Mar 5 04:19:52 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6328597; Wed, 5 Mar 2014 04:19:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D423EBA9; Wed, 5 Mar 2014 04:19:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s254JqQe090130; Wed, 5 Mar 2014 04:19:52 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s254JqBJ090127; Wed, 5 Mar 2014 04:19:52 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201403050419.s254JqBJ090127@svn.freebsd.org> From: Sean Bruno Date: Wed, 5 Mar 2014 04:19:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262777 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 04:19:53 -0000 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)