3G-button is attached to GPIO 5. Tested with my own box.

Signed-off-by: Niclas Koeser <[email protected]>


Index: package/broadcom-diag/src/diag.c
===================================================================
--- package/broadcom-diag/src/diag.c    (Revision 21442)
+++ package/broadcom-diag/src/diag.c    (Arbeitskopie)
@@ -276,7 +276,7 @@
                .name           = "Linksys WRT54G3GV2-VF",
                .buttons        = {
                        { .name = "reset",      .gpio = 1 << 6 },
-                       { .name = "3g",         .gpio = 1 << 4 },
+                       { .name = "3g",         .gpio = 1 << 5 },
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 1, .polarity = 
NORMAL },



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to