Index: /src/router/services/sysinit/sysinit-gateworx.c
===================================================================
--- /src/router/services/sysinit/sysinit-gateworx.c	(revision 11975)
+++ /src/router/services/sysinit/sysinit-gateworx.c	(revision 11976)
@@ -145,5 +145,4 @@
     time_t tm = 0;
 
-    eval( "ledtool", "1", "1" );	// blink the led 4 times
     unlink( "/etc/nvram/.lock" );
     cprintf( "sysinit() proc\n" );
@@ -169,4 +168,5 @@
     eval( "mkdir", "/tmp/www" );
     eval( "mknod", "/dev/gpio", "c", "127", "0" );
+    eval( "ledtool", "1", "1" );	// blink the led 4 times
     eval( "mknod", "/dev/nvram", "c", "229", "0" );
     eval( "mknod", "/dev/ppp", "c", "108", "0" );
