From owner-freebsd-mips@freebsd.org Wed Oct 7 18:08:20 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 6F1849D0043 for ; Wed, 7 Oct 2015 18:08:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (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 3CE75EEE for ; Wed, 7 Oct 2015 18:08:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbkq10 with SMTP id kq10so114681973igb.0 for ; Wed, 07 Oct 2015 11:08:19 -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=5TbAM2lleBnuasbpMf4VaBvztTDn+xBZw0Rm6sX3fzg=; b=UtW8IAITRoiR4okeX1qsZP5EjP7qMXCTNvjy0th9BqLMnYq649lS4hlytHZRmD2qNU CKBgo8q0donbaXXeQe+xIWXLEPbDd/Zp8tsOMOFDKyvTp7TBQ8dM3ofUNKhaweSzv94o 9kz1QUAjzIxDqkcsA5yNfrl/dPAiMFyPn1Bw3dTUPISRkF7yYrxU8sNOTF9i0ZujHa80 6FPbStefyBfvFO5QNrppF7fuSR03Ds0ATYaUSz8k2+zyx046g0SuWmi5L6q3uJgBnAMv i7cg1RqgcpJhM+KDx0kXYksvO/VOZ99O2dBYzzfVZSjIjgmLwVCvzhkFra43bx5hIy2q IUsg== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr3568664igr.22.1444241299508; Wed, 07 Oct 2015 11:08:19 -0700 (PDT) Received: by 10.36.46.15 with HTTP; Wed, 7 Oct 2015 11:08:19 -0700 (PDT) In-Reply-To: <5614E36E.6000803@grosbein.net> References: <5614D073.9060706@riseup.net> <5614E36E.6000803@grosbein.net> Date: Wed, 7 Oct 2015 11:08:19 -0700 Message-ID: Subject: Re: Kernel config for TPLink 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: Wed, 07 Oct 2015 18:08:20 -0000 Hi, Just run -HEAD, or be prepared to MFC everything in the mips code and wifi stack/drivers to stable/10. -HEAD works fine. You should just try it. :) -adrian On 7 October 2015 at 02:18, Eugene Grosbein wrote: > On 07.10.2015 14:57, Piotr Kubaj wrote: >> @eugen >> You could just copy//WDR3600's kernel config to sys/misc/conf in stable/10. It's quite possible that it will work. > > I made diff between stable/10 and head for MIPS-related source files > and there are lots of non-trivial (for me) changes in head. > > I will create virtual machine with VBox and build head there > as I do not run head on my desktop but 10.2 > >