diff options
Diffstat (limited to 'openwrt/package/base-files/default/etc/hotplug.d/usb')
| -rw-r--r-- | openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount b/openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount index c28ada2..c4d356b0 100644 --- a/openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount +++ b/openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount @@ -1,3 +1,6 @@ +#!/bin/sh +# Copyright (C) 2006 OpenWrt.org + mount_storage() { cd /dev/discs for dev in disc*; do |
