From owner-freebsd-mips@FreeBSD.ORG Sat Aug 31 21:23:01 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD60F296 for ; Sat, 31 Aug 2013 21:23:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6320F259C for ; Sat, 31 Aug 2013 21:23:01 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id q57so2618931wes.40 for ; Sat, 31 Aug 2013 14:22:59 -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=wgx/B7++vdptrVMPqjObywPynGMSkeDh/yV98IA5skk=; b=inuFVXncTlkubToT7X6qW3IhWpp69+e4vsY21vhM24D09JIJTDL0PU20xKPu1glF+/ RrVCe+MmI1TnIjivT6PDsvtiNoqSI79dTFO3bTd1PEWWSvArXYVf8HjrW9idNI6qdXb9 D+YBGEMUh0HtfUZPajv7uAmXFJeuN6FDnyX0h+loRMBbrsqestQL6D8m9/CfI9nKdvvh FO2QRSdVc/DElJzU76Mmzbaf9LaxO0bvgyptX3evX1OQrvL7Ub9KhT2BFZZjKhoLqUaj l0vCeAP9BPPsaBFOZaHya/Ht9k5Zi7+rdEKBGAa1/+PrMdaRK639vBy96tb6CbgzdHjL SPLg== MIME-Version: 1.0 X-Received: by 10.180.72.198 with SMTP id f6mr7552604wiv.46.1377984178920; Sat, 31 Aug 2013 14:22:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.146.2 with HTTP; Sat, 31 Aug 2013 14:22:58 -0700 (PDT) In-Reply-To: <1377974793.2748.33.camel@manbearpig> References: <29fffe4d56621c3b61e64a4e37dbae50.squirrel@arroway.org> <1377974793.2748.33.camel@manbearpig> Date: Sat, 31 Aug 2013 14:22:58 -0700 X-Google-Sender-Auth: rd2ZIPTwN6u8gZuW8P14_mZC8VI Message-ID: Subject: Re: TP-Link 1043ND - its tme :) From: Adrian Chadd To: Harm Weites Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 21:23:01 -0000 Cool! How'd you build the MIPS versions of dropbear, etc? On 31 August 2013 11:46, Harm Weites wrote: > Hi, > > For what its worth, this is my setup. I'm running 2 of the TP Link units > configured as Quagga routers, though the kernel is already running > behind quite a bit: > > FreeBSD 10.0-CURRENT #5 r249821M > > Mem: 10M Active, 2368K Inact, 11M Wired, 916K Cache, 1504K Buf, 1340K > Free (yes, I also installed top) > > Processes: > - dropbear > - dhcprelya > - ospfd > - zebra > - ospf6d > - hostapd > - dhclient > > The other unit is running bgpd (which is a massive binary) instead of > hostapd. I'm not using USB on either one them and I've removed several > of the binaries from the rootfs created by Adrian's scripts. I also left > out newfs stuff and the ability to do nfs mounts. > > Make sure you have MALLOC_PRODUCTION=YES in make.conf and configure > bin/build_freebsd to use it: > __MAKE_CONF=/etc/tplinkmake.conf SRCCONF=/dev/null > > Some changes to the TP-Link kernel config (sys/mips/conf/TP-WN1043ND): > > +options NBUF=128 > +nooptions INVARIANTS > +nooptions INVARIANT_SUPPORT > +nooptions WITNESS > +nooptions WITNESS_SKIPSPIN > +nooptions IEEE80211_DEBUG > +nooptions IEEE80211_SUPPORT_MESH > +nooptions IEEE80211_SUPPORT_TDMA > +nooptions IEEE80211_ALQ > +nooptions ATH_DEBUG > +nooptions ATH_DIAGAPI > +nooption ATH_ENABLE_11N > +nooption AH_DEBUG_ALQ > +nooptions AH_DEBUG > +nooption AH_DEBUG_ALQ > > Regards, > Harm > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >