From owner-svn-src-all@FreeBSD.ORG Mon Jan 16 12:12:33 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4F591065670; Mon, 16 Jan 2012 12:12:33 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 33A388FC18; Mon, 16 Jan 2012 12:12:33 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id D1F3825D386D; Mon, 16 Jan 2012 12:12:31 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1C741BD94BC; Mon, 16 Jan 2012 12:12:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 8iWadJ6SID-g; Mon, 16 Jan 2012 12:12:30 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E6265BD94BB; Mon, 16 Jan 2012 12:12:29 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201201151943.q0FJhvFH097175@svn.freebsd.org> Date: Mon, 16 Jan 2012 12:12:28 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201201151943.q0FJhvFH097175@svn.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1084) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230152 - head/sys/mips/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 Jan 2012 12:12:33 -0000 On 15. Jan 2012, at 19:43 , Adrian Chadd wrote: > Author: adrian > Date: Sun Jan 15 19:43:56 2012 > New Revision: 230152 > URL: http://svn.freebsd.org/changeset/base/230152 >=20 > Log: > Build some more things (random, bridge/gif/gre, gpio, USB) as modules = as well > so some embedded platform builds can use these instead of a fully = monolithic > kernel. I would assume that it's this one together with r230150 that broke the = following kernel configs: AR71XX_BASE PB47 ROUTERSTATION ROUTERSTATION_MFS RSPRO RSPRO_MFS RSPRO_STANDALONE with: make: don't know how to make gpio_if.h. Stop Please fix. >=20 > Modified: > head/sys/mips/conf/AR71XX_BASE >=20 > Modified: head/sys/mips/conf/AR71XX_BASE > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/mips/conf/AR71XX_BASE Sun Jan 15 19:42:55 2012 = (r230151) > +++ head/sys/mips/conf/AR71XX_BASE Sun Jan 15 19:43:56 2012 = (r230152) > @@ -24,8 +24,9 @@ hints "AR71XX_BASE.hints" >=20 > makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug = symbols >=20 > -# Also build these as modules, just to ensure the build gets tested. > -makeoptions MODULES_OVERRIDE=3D"wlan wlan_xauth wlan_acl wlan_wep = wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci" > +# Build these as modules so small platform builds will have the > +# modules already built. > +makeoptions MODULES_OVERRIDE=3D"random gpio ar71xx if_gif if_gre = if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip = wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci" >=20 > options DDB > options KDB --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!