From owner-freebsd-mips@freebsd.org Wed Oct 7 07:57:50 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 D4E449D1BF7 for ; Wed, 7 Oct 2015 07:57:50 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7A0C3CA for ; Wed, 7 Oct 2015 07:57:50 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from cotinga.riseup.net (unknown [10.0.1.161]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 176B2C2753; Wed, 7 Oct 2015 00:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1444204664; bh=vS6CVgiaERaYnxMnqiL+iVMcyt4gSE587cuARV5/3Ms=; h=To:References:Subject:Cc:From:Date:In-Reply-To:From; b=p18jBnBLiIKWgLFcFhNuGVlOmtb3bzeSCGNt7q6nKyBXindgL4tQ7s9zwoXGdKiuG N4b/G9jixM5NWx03wrmPy5Ss20DstCOW39q78wJ0SWRhvLmNpmV0UAeTULWuMbPboI 7oAwy9zqkrIuQ1i0X1+UIArCr0pSUTgMzhApZsEA= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj) with ESMTPSA id 133801C0036 To: freebsd-mips@freebsd.org References: Subject: Re: Kernel config for TPLink TL WDR3600 Cc: adrian.chadd@gmail.com, eugen@grosbein.net From: Piotr Kubaj Message-ID: <5614D073.9060706@riseup.net> Date: Wed, 7 Oct 2015 09:57:39 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: X-Virus-Scanned: clamav-milter 0.98.7 at mx1.riseup.net X-Virus-Status: Clean Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 07 Oct 2015 07:57:50 -0000 @eugen You could just copy//WDR3600's kernel config to sys/misc/conf in stable/10. It's quite possible that it will work. @adrian Are there any advantages to running head instead of stable/10 or even releng/10.2 on mips? I admit that I'm one of those that run releng/10.2 on my 1043nd (1.x) and I'm quite happy with it. AFAIK FreeBSD/mips is mainly one-man effort (that is, mainly yours) and lately you're busy with iwm (AFAIK, correct me if I'm wrong), so head should be quite similar to stable/10 (on mips), but stable/10 should be more stable (I don't mean mips-specific bugs, but general bugs that affect every architecture and are introduced by someone else). Correct me if I'm wrong :)