AT91: Add flexibity board support
[openwrt.git] / target / linux / at91 / flexibity / base-files / etc / init.d / custom-user-startup
1 #!/bin/sh /etc/rc.common
2 START=90
3 # place your own startup commands here
4 #
5 # REMEMBER: You *MUST* place an '&' after launching programs you 
6 #   that are to continue running in the background.
7 #
8 #   i.e. 
9 #   BAD:  upnpd
10 #   GOOD: upnpd &
11
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).
15 #
16
17 # coldplug USB devices
18 udevtrigger &
19
20 # wait for coldplug and re-generate wireless config
21 #wifi detect > /etc/config/wireless &
22