From owner-freebsd-embedded@FreeBSD.ORG Tue Jul 2 14:32:19 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A8BC3F4; Tue, 2 Jul 2013 14:32:19 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) by mx1.freebsd.org (Postfix) with ESMTP id D0FD61102; Tue, 2 Jul 2013 14:32:18 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b12so4879906wgh.7 for ; Tue, 02 Jul 2013 07:32:18 -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=PNgI2qdvtEy6CPHgY8ruCP+WK0Tbjr09tMHWcI6/tBI=; b=VGPJW+Res/0rWYcqzJy0haG2lVGzlGxp+upoZ2GNn+FwOSJ79LzDlx6MhI1gfXutzX TYYvcM6mqWc9WKGsWu4PHtMfDqYO48v+IvHUVqq411wNJwsYCQOH/vfl8KWe5BNRtoYB 4hrof3p8AyNIzqZ/NLo8n4ZoEXSagJfTQUC/ZyJaejU9RfpXkB96RbVEshhbIuKbck4T G+SmtKlujRvwJueed16h+PbkxG0I/JJHkM2kdXscubutwcXoWGHWnxOHc3bx2QwBmKTD Wg+KPnZqnVVWmoNvv9du1dsaxc5i6pHCthVYfZmUvzDacqKt929f8WCsWAYmn/HeliKf dChw== MIME-Version: 1.0 X-Received: by 10.180.24.197 with SMTP id w5mr15109936wif.25.1372775538021; Tue, 02 Jul 2013 07:32:18 -0700 (PDT) Received: by 10.216.22.196 with HTTP; Tue, 2 Jul 2013 07:32:17 -0700 (PDT) In-Reply-To: <20130702085213.52064@relay.ibs.dn.ua> References: <20130701152313.60982@relay.ibs.dn.ua> <20130701220301.1636@relay.ibs.dn.ua> <20130702085213.52064@relay.ibs.dn.ua> Date: Tue, 2 Jul 2013 11:32:17 -0300 Message-ID: Subject: Re: FreeBSD on ASUS, TP-Link and D-Link routers? From: Luiz Otavio O Souza To: Zeus Panchenko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 14:32:19 -0000 On 2 July 2013 02:52, Zeus Panchenko wrote: > Luiz Otavio O Souza wrote: > > > > I've successfully used TP-Link MR3220 and MR3420 this way. > > > > thanks for the point > > what I in general want from the issue is more or less "common" > necessities of small (2-10 workplaces) office > > and it includes: > > - vi > - pf > - PPPoE > - hostapd > - OpenVPN > - bsnmpd > - network utilities > netstat, ifconfig, route, tcpdump > - some optional tools > -- mtr > -- nrpe > -- sendmail > -- tmux/screen > - anything I missed :) > > so, what are the chances to build image with these? > > The chances are quite good, it's just a time consuming thing right now. Without proper cross building of ports, you need to build everything in native mode, which could take a while depending on your hardware but other than that it 'just works'. I'm hoping to get crochet working for generating such images (an usb memory stick and a suitable flash kernel image). Luiz