From owner-freebsd-embedded@FreeBSD.ORG Sun Aug 18 06:00:46 2013 Return-Path: Delivered-To: freebsd-embedded@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 16BD9706; Sun, 18 Aug 2013 06:00:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A0D2206A; Sun, 18 Aug 2013 06:00:45 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id t59so2678794wes.35 for ; Sat, 17 Aug 2013 23:00:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EsREtdFeYk3QCrbfwfy5FN/XTBLO6NhZaz7q40yq9JI=; b=K6cheV8XhrL90pqCoFwSmV0iV4irkiM4bLBMLeDAEpvNrNzfwhy/Kzugr8+iktuUJS wKDbXd+mBJmIEGplfFwFLbmx9njvGGjilzwFZep5EZVvfsllPuDGltYna4Dvt+9PZZO5 JdmUCqJy7E+uRJkQF9RI3PMG542/WjavcxUtXD71mkbnHW2EIAkubycJxAEGQeBP8xOT 9cgpoq5Ey9pggfxxcfUCqWba5B31vtRpFrz2YM4pjx47Bzv+PtWgk2bFay8b31AnJc5/ yavpEkXrL3PxKgP3cC6e0bdwAMw5+0FptyjLMujo5sISoWw2X2cgq3DANsNhNiI+v+v+ 8/aA== MIME-Version: 1.0 X-Received: by 10.180.10.136 with SMTP id i8mr5520wib.46.1376805643873; Sat, 17 Aug 2013 23:00:43 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Sat, 17 Aug 2013 23:00:43 -0700 (PDT) In-Reply-To: References: <1374340359.1421.3.camel@localhost> <1376795552.1460.120.camel@localhost> Date: Sat, 17 Aug 2013 23:00:43 -0700 X-Google-Sender-Auth: SqUQonWUjOUniE6IhOWUc71tle0 Message-ID: Subject: Re: Dlink DIR-825 B1 status [updated] From: Adrian Chadd To: Sean Bruno Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 06:00:46 -0000 .. and yes, we should fix the MAC address stuff. But first: * USB * a hack to make ath1's mac address be ath0's MAC + 1, or something, as what's stored in the EEPROM is garbage * then add the hack(s) to pull the MAC out of the image like openwrt does. -adrian