From owner-freebsd-mips@FreeBSD.ORG Thu Jan 20 09:17:31 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 606601065679 for ; Thu, 20 Jan 2011 09:17:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 106C78FC13 for ; Thu, 20 Jan 2011 09:17:30 +0000 (UTC) Received: by qyk8 with SMTP id 8so1524674qyk.13 for ; Thu, 20 Jan 2011 01:17:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ebz6T6hRzDBPo56Yh0/WH6V5ExR4wmy6wAiCqvw2ixU=; b=UONDIPiLhaP3fVX+mL9nYNy+JuRxkYeL7i+h4CUwuTbTs/jLQU8ONv/7GRwnlsRfbK fU209wnJs9z19E9kadP5KnJzj3kxSwwDOThOlYL0FjhPzkynqGdsL8LAr4dtxAGk4W0a VlGVHJDpxhHwCrLiPzKPIyKZxgRWM2KGvFkAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=aLRElb6+KYUrS10J8hct2efLnAylJXIIjBwQFI/COqO7OdR2QczOYbh/1Z6o1i/KR1 vP4prOZxl0zZZ3zGNYCJMENlwz8quFZZoKgk8wLJCEmTwYBIZhvqD1LRHW0q8aI7CzLX oNBtgJsE6aMWsvTDOy4Kf7WmfLHIW3/hf9ljA= MIME-Version: 1.0 Received: by 10.224.37.4 with SMTP id v4mr1742954qad.70.1295515049123; Thu, 20 Jan 2011 01:17:29 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.220.198.203 with HTTP; Thu, 20 Jan 2011 01:17:29 -0800 (PST) In-Reply-To: <201101200928.45264.freebsd-mips@dino.sk> References: <201101200928.45264.freebsd-mips@dino.sk> Date: Thu, 20 Jan 2011 17:17:29 +0800 X-Google-Sender-Auth: qDAOGuabpVj9AEpnc0pVcmK7OZs Message-ID: From: Adrian Chadd To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: RS / RSPRO FreeBSD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2011 09:17:31 -0000 On 20 January 2011 16:28, Milan Obuch wrote: >> There's two scripts to build an MFS root for my tplink AP. One builds >> a normal one, one builds one using bsdbox (and creates symlinks.) >> > > Which TP-Link model, please? I am going to examine some next week and it will > be great to know if you succeeded to put FreeBSD on it already... WR-1043ND. You'll need a few patches and an alternate kernel config file to make it somewhat work. USB is broken. The switch PHY isn't yet fully supported so it's a dumb switch. Other than that, it seems to work alright. I've moved back to doing my 11n/mips stuff on the rspro and I've left the 1043ND running openwrt+ath9k. Adrian