From owner-freebsd-mips@FreeBSD.ORG Fri Aug 30 16:45:19 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBC63C96 for ; Fri, 30 Aug 2013 16:45:19 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C83921A2 for ; Fri, 30 Aug 2013 16:45:19 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id p57so1799495wes.2 for ; Fri, 30 Aug 2013 09:45:17 -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=MskyWQQZFvoD224s7VWyhil4W19jftMy4rJvgNDJdAc=; b=klUhH66kI0j9OUSE/ycShcOMcmGC/eam9vayHo0fWCLdPHLw8KupLsGfCwdU5uj6mb J2Zw0Npz2iS4pJ360cQ7HIerGmbAvT/WH82PCF61DW1dqLsGIWMxTCPY+CyVNUnaRU4u ZEqdXwzDK3CPqU8yZczINK16l+GDjrChqfLq4Q2sYsq2UVyXcGSRBo+oJ9/Lh8mO4lQF k4cnHe2O6s1zcG5KexjLvC1F6tfYL+8aCL6/SSuIokoDqAis1bttanqtyc0nyGpAz+0t EfFwHXLRf4IwO6qk0b4jRPsjYsr3Q96kTaK6e819w3KsZuzb2jdtBD5UWg66+ZAUDmqs dTrw== MIME-Version: 1.0 X-Received: by 10.180.77.49 with SMTP id p17mr3235190wiw.36.1377881117652; Fri, 30 Aug 2013 09:45:17 -0700 (PDT) Received: by 10.216.75.140 with HTTP; Fri, 30 Aug 2013 09:45:17 -0700 (PDT) In-Reply-To: <470e0a56a142d6518bfd3bf4034bbb82.squirrel@arroway.org> References: <04dc16e8adc42b571915e7fc51ec9a57.squirrel@arroway.org> <8FFD8F5B-FCE4-4062-B6B7-7A46943E91AE@bsdimp.com> <59d6b005e19dfc803b06a607bd6dc984.squirrel@arroway.org> <470e0a56a142d6518bfd3bf4034bbb82.squirrel@arroway.org> Date: Fri, 30 Aug 2013 13:45:17 -0300 Message-ID: Subject: Re: TP-Link 1043ND - its tme :) From: Luiz Otavio O Souza To: Nenhum_de_Nos 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: Fri, 30 Aug 2013 16:45:19 -0000 On 30 August 2013 10:35, Nenhum_de_Nos wrote: > > my unit is still using TP-Link software, as I never got to create an image > small enough. What is > the worst that could happen ? Can I void it forever ? > If you write the image using the web ui (if the image is correct enough to be written by web ui) the worst thing that can happen is that it may not boot. But as we don't touch the uboot it is always possible to netboot the router or copy (tftp) a new image to flash (using the console/serial access). > any schedule to it being ok to test ? (if it won't ruin it forever, I can > test) > Not sure, i'm going for a fast trip in the next days so this may take a while (a week or so). > can I apply this patch to any svn rev ? > Yes, it is just the revision i've created the diff from. Luiz