The extracted files have the same md5sum. The package broadcom-wl-4.178.10.4.tar.bz2 was extracted from wrt610n_v1.00.00.018_us.tgz as the package from the Linksys is not available any more. Changed the link to the broadcom-wl-4.178.10.4.tar.bz2 package.
The FW_FLAG_UNSUPPORTED flag was removed because it is not set for the other files. Signed-off-by: Hauke Mehrtens <[email protected]> --- fwcutter/fwcutter_list.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fwcutter/fwcutter_list.h b/fwcutter/fwcutter_list.h index 5175bbd..3cf8ea9 100644 --- a/fwcutter/fwcutter_list.h +++ b/fwcutter/fwcutter_list.h @@ -393,18 +393,18 @@ static const struct file files[] = .extract = _cb8d70972b885b1f8883b943c0261a3c, }, { - /* ftp://ftp.linksys.com/opensourcecode/wrt610n/1.00.00.018/wrt610n_v1.00.00.018_us.tgz */ + /* http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2 */ .name = "wl.o", .id = "FW14", .ucode_version = "478.104", .md5 = "2dd738b8feb8b3559fd9d8fbaf3bfffc", - .flags = FW_FLAG_LE | FW_FLAG_V4 | FW_FLAG_UNSUPPORTED, + .flags = FW_FLAG_LE | FW_FLAG_V4, .extract = _2dd738b8feb8b3559fd9d8fbaf3bfffc, }, { /* ftp://downloads.netgear.com/files/GPL/WNDR3300-V1.0.29_gpl_src.zip */ .name = "wl_apsta.o", - .id = "FW15", + .id = "FW14", .ucode_version = "478.104", .md5 = "1a258b2d93efa641c32ddf3c3a962028", .flags = FW_FLAG_LE | FW_FLAG_V4, @@ -413,7 +413,7 @@ static const struct file files[] = { /* http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2 */ .name = "wl_apsta.o", - .id = "FW15", + .id = "FW14", .ucode_version = "478.104", .md5 = "bb8537e3204a1ea5903fe3e66b5e2763", .flags = FW_FLAG_LE | FW_FLAG_V4, -- 1.6.2.1 _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
