linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: Peter Westwood <peter.westwood@talk21.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linksys WRT54G and the GPL
Date: Sun, 8 Jun 2003 18:05:13 -0600	[thread overview]
Message-ID: <20030609000513.GA11177@codepoet.org> (raw)

On Sunday, Jun 08 2003, 15:57:04 EST, Peter Westwood wrote:
> 
> Hi All,
> 
> In a similar vein to the Linksys router.  I have a Buffalo (Melco) WBR-G54.
> 
> Looking through the latest firmware update available :
> http://www.buffalo-technology.com/support/firmware.htm
> 
> It does appear to be similar to the Linksys firmware and contain linux and
> possibly busybox
> 
> No mention here or anywhere on there site of the GPL or the source code to
> what they are distributing!

Wow, thanks for the pointer!  I just visited the Buffalo site 
    http://www.buffalo-technology.com/
and I could not find any source code.  And not only are they
distributing the linux kernel and BusyBox, their rom is
_remarkably_ similar to the Linksys one in many respects.
Perhaps they share an upstream vendor that did not make them
aware of their responsibilities?

Here is a script I just whipped up to open up their firmware...

    #!/bin/sh

    wget http://www.buffalo-technology.com/download/firmware/wbr-113b.exe

    # Next I used wine (20030408) to extract the content
    wine wbr-113b.exe

    # Move into the directory into which the firmware was extracted
    cd Wbr_1.13b

    # I noticed a GZIP signature for a file named "piggy" at offset
    # 62 bytes from the start, suggesting we have a compressed Linux
    # kernel
    dd if=wbrbg-113b bs=62 skip=1 | zcat > kernel

    # Noticed there was a cramfs magic signature at offset 786466
    dd if=wbrbg-113b of=cramfs.image bs=786466 skip=1
    file cramfs.image

    sudo mount -o loop,ro -t cramfs ./cramfs.image /mnt 
    ls -la /mnt/bin
    file /mnt/bin/busybox
    strings /mnt/bin/busybox | grep BusyBox
    /usr/i386-linux-uclibc/bin/i386-uclibc-ldd /mnt/bin/busybox

It seems my Dad will have another letter to mail out in the
morning!

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

             reply	other threads:[~2003-06-08 23:51 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-09  0:05 Erik Andersen [this message]
2003-06-09  3:39 ` Linksys WRT54G and the GPL John Shifflett
2003-06-09 18:26   ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2021-01-17 17:51 nipponmail
2003-07-18 23:48 root
2003-06-10  4:11 Russ Dill
2003-06-09 13:13 Downing, Thomas
2003-06-09 16:49 ` Martin List-Petersen
2003-06-09  3:47 Russ Dill
2003-06-09  8:04 ` Russell King
2003-06-08 23:35 Erik Andersen
2003-06-09  0:09 ` Paul Jakma
2003-06-09  1:11   ` Erik Andersen
2003-06-08 23:25 Hakan Lennestal
2003-06-08 23:55 ` Martin List-Petersen
2003-06-09  8:47   ` Hakan Lennestal
2003-06-08 20:57 Peter Westwood
2003-06-08 21:52 ` Russell King
2003-06-08 23:18 ` bill-linuxkernel20030609
2003-06-09  0:19 ` Oliver M. Bolzer
2003-06-09  0:31   ` Jeff
2003-06-10 20:43   ` Michael Neuffer
2003-06-08 20:41 greendisease
2003-06-08 21:08 ` Davide Libenzi
2003-06-08 21:23   ` Jack Aboutboul
2003-06-08 21:50   ` Russell King
2003-06-08 22:48     ` Davide Libenzi
2003-06-08  3:53 Erik Andersen
2003-06-08 10:08 ` Henning P. Schmiedehausen
2003-06-08 12:01   ` Christian Ullrich
2003-06-08 13:52     ` Dr. David Alan Gilbert
2003-06-08 14:05       ` Marcus Metzler
2003-06-08 16:49       ` Adrian Bunk
2003-06-08 17:00         ` Dr. David Alan Gilbert
2003-06-08  3:13 Brad Chapman
2003-06-08 16:35 ` Davide Libenzi
2003-06-08  2:41 Andrew Miklas
2003-06-08 11:54 ` Dave Jones
2003-06-08 14:23   ` Alan Cox
2003-06-08 18:13   ` uaca
2003-06-08 19:44 ` Colm MacCárthaigh
2003-06-08 20:14   ` Jörn Engel
2003-06-08 21:47   ` Russell King
2003-06-09 22:37   ` Daniel Phillips
2003-06-10 22:47     ` Andrew Miklas
2003-06-11 12:42       ` Alan Cox
2003-06-11 14:28       ` Kent Borg
2003-06-09  5:22 ` Frank Cusack
     [not found]   ` <20030609053010$504e@gated-at.bofh.it>
2003-06-09  8:28     ` Florian Weimer
2003-06-09 14:09   ` Horst von Brand
2003-06-09 18:23   ` Alan Cox
2003-06-09 21:33     ` Adrian Bunk
2003-06-09 21:50       ` David Schwartz
2003-06-09 22:21         ` Adrian Bunk
2003-06-10 20:17           ` Randolph Bentson
2003-06-11 15:38             ` Adrian Bunk
2003-06-11 17:39               ` Randolph Bentson
2003-06-11 19:22                 ` Adrian Bunk
2003-06-11 20:12                   ` David Schwartz
2003-06-09  5:32 ` David Schwartz
2003-06-09  5:47   ` Frank Cusack
2003-06-09 16:53     ` David Schwartz
2003-06-09 18:25     ` Alan Cox
2003-06-09 21:37     ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030609000513.GA11177@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter.westwood@talk21.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).