From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 30 00:51:49 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 5552C4C1 for ; Mon, 30 Sep 2013 00:51:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8CC82143 for ; Mon, 30 Sep 2013 00:51:48 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id u56so4741060wes.7 for ; Sun, 29 Sep 2013 17:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Au6ilmLhse21uy1TxnnsxZLCKDGGd/Ddjvms8T8XFGk=; b=rB5+GbNN3pbeKI+6FywG6xt76GI1fYkob1nlE+XVgV2tRmchugqg8bhiGOawQybig4 IkKBhKK8TlqKL+P1Ze807ZwRYX1TY+BpLYZB33v5bCn3ZvhQu3Zf3CNsxeFPjht1HwQZ zV9FEbSAUXAPugxflH6HSZur7UZelJC8O48le6aAGJDyWcuhCJqHR/T/vRbaOr0VwKx2 TGfluaEUBazsgqgcVjnr5lsZ+iEAjbDk88JZ1V9pjiNwMzRkx0rcMfFmbP+WGfj2Yq6B kJL7m1EyaAiuRpGcuuypLXALWH+0pgvK/CE0oqknHgBiydCA0ikZAHLX19QTBgvxmjyR ut0Q== MIME-Version: 1.0 X-Received: by 10.180.10.136 with SMTP id i8mr11541025wib.46.1380502307253; Sun, 29 Sep 2013 17:51:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Sun, 29 Sep 2013 17:51:47 -0700 (PDT) In-Reply-To: References: <1378325846.1706.2.camel@localhost> <1596945574.20130920003652@serebryakov.spb.ru> <36f9d8bdb9ff1d961ecab6c413862716.squirrel@arroway.org> Date: Sun, 29 Sep 2013 17:51:47 -0700 X-Google-Sender-Auth: JKT3w-t5sNtR44cF6F40mfh2jzo Message-ID: Subject: Re: Dlink DIR-825 B1 trial From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded 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: Mon, 30 Sep 2013 00:51:49 -0000 Build the dropbear port and see. It's a lot smaller. It's also designed for environments where you don't have a (full, any) libssl/libcrypto install. Our hostapd does require the crypto side of things so we do get it for free, but it's quite a bit more RAM and disk heavy versus dropbear. -adrian On 29 September 2013 10:45, hiren panchasara wrote: > > > > On Sun, Sep 29, 2013 at 8:33 AM, hiren panchasara < > hiren.panchasara@gmail.com> wrote: > >> >> On Sep 28, 2013 11:50 PM, "Adrian Chadd" wrote: >> > >> > Yeah, dont flip these on. We need to throw dropbear into the tree. :( >> > >> > > So, adding sshd/scp and related libs increased size of my picostation > image by 330588 bytes. > > Are we also concerned about increased memory footprint when sshd is > running? > > I am running it right now on the board and do not see any obvious issues. > > I am not too sure how much dropbear will save us. > > cheers, > Hiren > >