From owner-freebsd-mips@freebsd.org Tue Oct 27 12:53:35 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 7F809A1E5EE for ; Tue, 27 Oct 2015 12:53:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (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 4C7811BD4 for ; Tue, 27 Oct 2015 12:53:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igdg1 with SMTP id g1so81708974igd.1 for ; Tue, 27 Oct 2015 05:53:34 -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=xNWQuFQmRVhHXbY7ujKfV47AQYBgqQD1Zg7si6SQeDk=; b=fdjnVvuJb9ii6+iceKZvvyow193RqD2V54chss7xey+9PbmezydUwVeCmx1T4OxNBI 7+mBTia21injzptXXdk0TXXoHlYJW4foHuP1lI3+J7FV5UxR+rV47sPYuGYH5FNuqTRH 5Lak7QDM4la1htITTtZ8lXlK2GWhP6TTYnG2pH+SdW2kZ1W8gOjKXzrZDRM+C+nWWdga ohlJV9Jc4EByk4TqHzMg+dmkKPW2tZSv1S6c5tfXNq2sIRnMkYsCB2cHlYOJsA2QVjpx LbB4u7Rvr7U+Tf6gR305Msqpz1nHJkZGrrkusnc8zPIYt+a8NMNRMnbXC37IfhlLW4vs bYVw== MIME-Version: 1.0 X-Received: by 10.50.155.41 with SMTP id vt9mr15898501igb.22.1445950414683; Tue, 27 Oct 2015 05:53:34 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Tue, 27 Oct 2015 05:53:34 -0700 (PDT) In-Reply-To: <562F5D42.9010804@grosbein.net> References: <562F5AE2.8010301@riseup.net> <562F5D42.9010804@grosbein.net> Date: Tue, 27 Oct 2015 07:53:34 -0500 Message-ID: Subject: Re: arge1 on TL WDR3600 From: Adrian Chadd To: Eugene Grosbein Cc: Piotr Kubaj , "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: Tue, 27 Oct 2015 12:53:35 -0000 There's definitely a framework to start the ethernet switch in freebsd-wifi-build. I added it around 8 months ago. https://github.com/freebsd/freebsd-wifi-build/wiki/Config-Overview Look at the "etherswitch" section. -adrian