From owner-freebsd-arm@FreeBSD.ORG Mon May 4 07:59:19 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 066BAC3F for ; Mon, 4 May 2015 07:59:19 +0000 (UTC) Received: from nimrev.com (nimrev.com [188.226.203.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE211B0D for ; Mon, 4 May 2015 07:59:17 +0000 (UTC) Received: from nimrev.com (localhost [127.0.0.1]); by nimrev.com (OpenSMTPD) with ESMTP id 87d847da; for ; Mon, 4 May 2015 07:52:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nimrev.com; h=from :content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; s=mail; bh=T+QCY/gepH2Lsw/ZVdyguM92uxw=; b=N9v 0Q9Gog1Xx7mGaGPi2hTFvifGh6Qlqibb37D6sdIyVJhNZG1RPMyFRQuRg9Dp5Qho /TqqAYpYnsIT/VSRa6ld/7AeWR20/qAAvSDU33IXxO+ElDxpShHFbZsd+Ypmyyxt O6cNzqHx72VMyFuBwQzDyVig/6NqImGiQidWcQ/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=nimrev.com; h=from :content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; q=dns; s=mail; b=jI+biOiBGqMqUCm2/Spfw0/AnW2FH 3jPPpORCteD+wHeGTDC0J0rwHzhMKyXYVLnuNTB+gwVDrR5kIutL8jG1isTTUDpm /NErIhFd0l1XrN5roa1EY9aaFO0Y4zpsLFN6BqpKlpYlueCs3HFkrFPcaHfZAjMI tIIaelKMsZM7+c= Received: by mail.nimrev.com (OpenSMTPD) with ESMTPSA id 5441d389; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; for ; Mon, 4 May 2015 07:52:32 +0200 (CEST) From: Bas Vermin Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: input wanted regarding choice of hw for home wireless ap Message-Id: Date: Mon, 4 May 2015 09:52:33 +0200 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 07:59:19 -0000 Hi Nathaniel, I think you would be much better off running FreeBSD on a MIPS based = device. There aren=E2=80=99t much supported ARM network appliances at = the moment. The setup I have running at home and am really happy with is a Ubiquiti = Edgerouter Lite running FreeBSD 10 and one of their access points = mounted on the ceiling. Another option would be a modern consumer router like the TP-Link = TL-1043ND v2, which just got support a few months ago (although only = -CURRENT). Please have a look at https://wiki.freebsd.org/FreeBSD/mips for a list = of supported devices and check out the freebsd-mips mailing list. Bas=