diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 17:00:17 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 17:00:17 +0000 |
commit | baaaea1858065175fa9e54884812ef0dd39ff874 (patch) | |
tree | 81da7106708edb9b5642b7af7e995ae01b57f980 /package/base-files/files/etc/init.d | |
parent | ed83333d2fdab256fcef0e2d656a9ae791b261f8 (diff) |
base-file: usbfs is no longer mounted under /proc/bus/usb
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-x | package/base-files/files/etc/init.d/usb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/base-files/files/etc/init.d/usb b/package/base-files/files/etc/init.d/usb deleted file mode 100755 index 43cdfd9a95..0000000000 --- a/package/base-files/files/etc/init.d/usb +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org - -START=39 -start() { - [ -d /proc/bus/usb ] && { - mount -o noatime -t usbfs none /proc/bus/usb - } -} |