Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2012 12:12:28 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230152 - head/sys/mips/conf
Message-ID:  <C587B25E-D4D6-41D8-A851-17055A4DCF54@FreeBSD.org>
In-Reply-To: <201201151943.q0FJhvFH097175@svn.freebsd.org>
References:  <201201151943.q0FJhvFH097175@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C587B25E-D4D6-41D8-A851-17055A4DCF54>