From owner-freebsd-embedded@FreeBSD.ORG Sat Nov 26 06:04:46 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 001C1106566C; Sat, 26 Nov 2011 06:04:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AD1D48FC18; Sat, 26 Nov 2011 06:04:45 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id pAQ61JMp016983 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Fri, 25 Nov 2011 23:01:19 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 25 Nov 2011 23:01:18 -0700 Content-Transfer-Encoding: 7bit Message-Id: <05A65C4A-CA28-409D-87D6-880F621CFCF2@bsdimp.com> References: <4ECFF854.5050602@swin.edu.au> <4010BC72-2896-4AD0-AECB-60768C82F549@lassitu.de> To: Adrian Chadd X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Fri, 25 Nov 2011 23:01:19 -0700 (MST) Cc: freebsd-embedded@freebsd.org Subject: Re: tplink TL-WR1043ND access point is now ready (was Re: svn commit: r227926 - head/sys/mips/conf) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2011 06:04:46 -0000 On Nov 25, 2011, at 6:44 PM, Adrian Chadd wrote: > That's why I included "newfs" in my build. You can create an MSDOS > partition (or BSD label partition if you'd like) on a USB flash > device, plug it into the tplink, then "newfs" it. I however haven't > added anything into my startup scripts to mount filesystems. Ok, > someone should file an issue in my google code project. makefs is the usual way to create an "other" endian file system. Warner