From: Felix Fietkau Date: Fri, 3 Nov 2006 22:11:29 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1b0070c5c0a536844b15951d9e358d8dffe643a1;ds=sidebyside fix typo SVN-Revision: 5428 --- diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index b7c67314f7..e0b08be3dd 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id:$ + * $Id$ */ #include #include @@ -241,7 +241,7 @@ static struct platform_t platforms[] = { }, }, [WL300G] = { - .name = "ASUS WL-500g", + .name = "ASUS WL-300g", .buttons = { { .name = "reset", .gpio = 1 << 6 }, },