1 #!/bin/sh /etc/rc.common
3 # place your own startup commands here
5 # REMEMBER: You *MUST* place an '&' after launching programs you
6 # that are to continue running in the background.
12 # Failure to do this will result in the startup process halting
13 # on this file and the diagnostic light remaining on (at least
14 # for WRT54G(s) models).
17 # coldplug USB devices
20 # wait for coldplug and re-generate wireless config
21 #wifi detect > /etc/config/wireless &
This page took 0.051118 seconds and 5 git commands to generate.