From owner-svn-src-all@freebsd.org Wed Dec 16 13:16:14 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8B17A48EF0; Wed, 16 Dec 2015 13:16:14 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1CBA638F4; Wed, 16 Dec 2015 13:16:14 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [IPv6:2a02:1811:2419:4e02:584e:4e41:54fa:aebf] (unknown [IPv6:2a02:1811:2419:4e02:584e:4e41:54fa:aebf]) by venus.codepro.be (Postfix) with ESMTPSA id E0B8B8AAD; Wed, 16 Dec 2015 07:55:40 +0100 (CET) Subject: Re: svn commit: r292275 - in head/sys: net netinet netinet6 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: text/plain; charset=us-ascii From: Kristof Provost X-Checked-By-Nsa: Probably In-Reply-To: Date: Wed, 16 Dec 2015 07:55:38 +0100 Cc: Steven Hartland , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <3DF9C3D5-ECA8-4FC9-867D-C6974DA4C059@FreeBSD.org> References: <201512151602.tBFG2BTX089543@repo.freebsd.org> <8CEE530E-C08D-4BD1-B908-8EBBCEEAD1CD@FreeBSD.org> <1016D8B2-F850-44B9-B773-632BD9ABC95D@FreeBSD.org> To: Adrian Chadd X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 16 Dec 2015 13:16:15 -0000 > On 16 Dec 2015, at 00:08, Adrian Chadd wrote: >=20 > oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix = it asap. >=20 No worries, it happens: https://github.com/freebsd/freebsd-wifi-build/issues/68 This fixed the problem for me: diff --git a/build/bin/build_mfsroot b/build/bin/build_mfsroot index 2c1f0f4..733f1fb 100755 --- a/build/bin/build_mfsroot +++ b/build/bin/build_mfsroot @@ -267,6 +267,7 @@ ${INSTALL_DEF_FILE} ${X_BASEDIR}/files/pf.conf = ${X_STAGING_FSROOT}/c/etc/ # networking ${INSTALL_DEF_BIN} ${X_DESTDIR}/sbin/ifconfig ${X_STAGING_FSROOT}/sbin/ +${INSTALL_DEF_LIB} ${X_DESTDIR}/lib/lib80211.so.1 = ${X_STAGING_FSROOT}/lib ${INSTALL_DEF_BIN} ${X_DESTDIR}/sbin/route ${X_STAGING_FSROOT}/sbin/ ${INSTALL_DEF_BIN} ${X_DESTDIR}/sbin/ping ${X_STAGING_FSROOT}/sbin/ ${INSTALL_DEF_BIN} ${X_DESTDIR}/sbin/ping6 ${X_STAGING_FSROOT}/sbin/ Steven, With this patch and the hack in my previous e-mail my TPLink boots = correctly and works as expected. Regards, Kristof=