From owner-freebsd-mips@freebsd.org Fri Oct 9 17:35:31 2015 Return-Path: Delivered-To: freebsd-mips@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 637939D2965 for ; Fri, 9 Oct 2015 17:35:31 +0000 (UTC) (envelope-from seanhamilton@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E055144 for ; Fri, 9 Oct 2015 17:35:31 +0000 (UTC) (envelope-from seanhamilton@gmail.com) Received: by iofl186 with SMTP id l186so16568512iof.2 for ; Fri, 09 Oct 2015 10:35:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PD8c3tOFHRMXtv8R8JCtUDviRCFKyAUf5G9e/Mf5Gm4=; b=LgyvT3glXVPokO3PVOU303PTbY4oITLCOYmni5nuLjW9q923stFHHij3zMWi9fnSLN rBkOvvPeWu6BorEw+0owtL40FJwgHHragxa4Elt/7xnDWidQnKhDU4D4AySpY6rLybJy jz3yv8qhuXDN8mvBKwKAQ8L66vZh0xulCPHd8yNpfl19cw63gs2y6OCOCzmCRw3jU8sa eIOdb/h4aTyRrrL0RMW7c+DxKunk3BY8QU7acJoFtIXq116mubtOXoG+yQjp1HR2XYde sh7yf72jKocAZsO3a1cu7HaWnQ31YpcwR+tbRW8blfKnDusa9D/PdzJz2h6RbPdCL/Lg LZcQ== MIME-Version: 1.0 X-Received: by 10.107.160.67 with SMTP id j64mr15589431ioe.128.1444412130684; Fri, 09 Oct 2015 10:35:30 -0700 (PDT) Received: by 10.107.141.194 with HTTP; Fri, 9 Oct 2015 10:35:30 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2015 10:35:30 -0700 Message-ID: Subject: Re: Best hardware for FreeBSD AP From: Sean Hamilton To: Possnfiffer Cc: freebsd-mips@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 17:35:31 -0000 On 9 October 2015 at 10:28, Possnfiffer wrote: > I also have an ERL running FreeBSD and an curious what your method is for > building packages, are you cross-building or compiling on the ERL or > something else? Also, what version of FreeBSD are you using? See this thread: http://lists.freebsd.org/pipermail/freebsd-mips/2014-August/003600.html 10.0-STABLE r270425 (now a year old.) I just build ports on the ERL, with some patience and INSTALL_TARGET=install. -- Sean Hamilton