wireless config gets regenerated not only when it does not exist, buit also if it...
[openwrt-10.03/.git] / package / base-files / files / etc / init.d / usb
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org 
3
4 START=39
5 start() {
6         [ -d /proc/bus/usb ] && {
7                 /bin/mount -t usbfs none /proc/bus/usb
8         }               
9 }