From owner-freebsd-embedded@FreeBSD.ORG Tue Aug 20 15:39:31 2013 Return-Path: Delivered-To: freebsd-embedded@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 ESMTP id E2EF9A81 for ; Tue, 20 Aug 2013 15:39:30 +0000 (UTC) (envelope-from sean_bruno@yahoo.com) Received: from nm6-vm2.bullet.mail.gq1.yahoo.com (nm6-vm2.bullet.mail.gq1.yahoo.com [98.136.218.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A16C32841 for ; Tue, 20 Aug 2013 15:39:30 +0000 (UTC) Received: from [98.137.12.62] by nm6.bullet.mail.gq1.yahoo.com with NNFMP; 20 Aug 2013 15:39:16 -0000 Received: from [208.71.42.211] by tm7.bullet.mail.gq1.yahoo.com with NNFMP; 20 Aug 2013 15:39:16 -0000 Received: from [127.0.0.1] by smtp222.mail.gq1.yahoo.com with NNFMP; 20 Aug 2013 15:39:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1377013156; bh=ji1mfH1/0S5KpawI5ViU9Bs/rBxzoJHvQwZ9qvNINCs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer; b=apfOLpDSp7DpmkQS+E8AzZfELrhWImoVx/MdUE2SN9Cy6KImMoU1eOGgWlpf4V7LyRISX+22HdrAhAOGHfrVbyUnecvsEOTdZv943U3B0AL7fo1IFFWYSokeJfPQbEhUqLB16uLEbHBqLmVhBoPV9Vwo4hKgVkJgVeAZJWq0auM= X-Yahoo-Newman-Id: 603316.75187.bm@smtp222.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: tbQ1ZUUVM1mT6bo8InBhLmePcW8q12QyAPK5kCJixzi8U7N WCFvP7iJ.0o1p0WuMsp2fIe9AEXbJItbbVJiD227_CyqIHvZ3itA_pxE_Hf0 WlgcGsQornVjOKoKjGPxJNoWnZ9Og0JXpAJ8RHMG8UQHYSdJ20qcuJEjzuYv fX9.1G7EzY4gQU4dthq5piLhmAdJYNirfKSZ9pJNEeFQfD.3q5iAG8U4A7dU NUJkibY5VfYsMTnECAobSIsNLf5HbtCx0iYCWEaqwaDVWh8teCfZ4DTvreuR XlCgh3xaRSXZtl5fWi6UBfOEW8jMxJvQ9BUey2G4zwOqpjDsmvtU45g75NRB JovrXlxu1SmZaNeOXHOeb_WRfhCXktr3G20kb9403.rXrKYBLeDsG8tg5Vlt fgvtglN7JNqcN9j48ai2BzwYlEdg6eTXe93dgJSDVEDXKAXD9UCxuOh.8WIS JwfkB7lbTY03XaUcwW_esRjKdC__AsWA10mwJgJYx5TcNYxwQ7JgPYe5IPOv a7ESDRfFtJdsFXB6g4ZGH55SYQR3h5BarUrZjOzu0s_6TGPskFSNEarhiJjt SWRjtPxP8daHnRtIhwlDoPj3eickSbmbKuxiX9U4Kk2MWLwzQYkAbTmz3RHB QRQzng5pw8HCuzk2yOH_9XvqdNVmEBfQ- X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [192.168.43.121] (sean_bruno@70.197.4.172 with ) by smtp222.mail.gq1.yahoo.com with SMTP; 20 Aug 2013 15:39:16 +0000 UTC Subject: Re: Dlink DIR-825 B1 status [update 2] PATCHES? From: Sean Bruno To: Adrian Chadd In-Reply-To: References: <1374340359.1421.3.camel@localhost> <1376975321.1445.62.camel@localhost> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-gKtde8a9lgBUkNx0aKwr" Date: Tue, 20 Aug 2013 08:39:14 -0700 Message-ID: <1377013154.1325.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2013 15:39:31 -0000 --=-gKtde8a9lgBUkNx0aKwr Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > =20 > This generated two patches to the kernel conf files: > - sys/mips/conf/AR71XX_BASE > -- uncomment MSDOSFS > - sys/mips/conf/DIR-825 > -- add options GEOM_PART_GPT > -- http://people.freebsd.org/~sbruno/sys_mips_conf.diff > =20 I think that this is a useful thing to enable by default. Thoughts? > and one patch to the freebsd-wifi buildsys: > - build/bin/build_mfsroot > -- add lib/libkiconv.so.4 for mount_msdosfs > -- http://people.freebsd.org/~sbruno/build_mfs_root.diff Please update your builder when you get a chance, this library is required by mount_msdosfs (this is not the libiconv provided by libc, but yet another iconv support library!). Sean --=-gKtde8a9lgBUkNx0aKwr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iQEcBAABAgAGBQJSE42iAAoJEBkJRdwI6BaHvy4H/1CAikvDOmnopWZUaZ9CydiV n8ifxwHhhT4zIZoxR3vKq8lmG5pvT6gZJ2AT6FqOn1XoiDpI3PasXDV+mNY0q2aX RYQIH2ukMGgjMu6GqLx0IU5xocEZRPX89GlnHvLS4zj16ph3EE9CBKTe6jUxdUjK mx3DJuKwYLF/iapVwdyE7wwNF6yUbpWdkg/fEz7S2OfyFo5rBZmW1zplC0cMApuF A/8RRV8EpIckKH6lqW0yPzsdA8z+ZXNaf907K9FVEEQtKD+empEcV5ujcU0nUQIT onX9OnwWDeG0cMiwmceG7z7Nqx8jmxcI2JCmzsNAyIhIrCOJqkQAYU2e9mrz8iw= =fD+R -----END PGP SIGNATURE----- --=-gKtde8a9lgBUkNx0aKwr--