diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:36:13 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:36:13 +0000 |
| commit | f804d0ea1d131152acccd2a108c231fe07c4196c (patch) | |
| tree | 9e645cd7f30ba5db61ca860cb8a1d9626dfc152a /openwrt/package/base-files/default/etc/hotplug.d | |
| parent | 3e639bb44e72036b1b16f07025a7997fa561124d (diff) | |
| download | mtk-20170518-f804d0ea1d131152acccd2a108c231fe07c4196c.zip mtk-20170518-f804d0ea1d131152acccd2a108c231fe07c4196c.tar.gz mtk-20170518-f804d0ea1d131152acccd2a108c231fe07c4196c.tar.bz2 | |
add copyright headers to base-files scripts and config files
SVN-Revision: 4090
Diffstat (limited to 'openwrt/package/base-files/default/etc/hotplug.d')
| -rw-r--r-- | openwrt/package/base-files/default/etc/hotplug.d/net/10-net | 2 | ||||
| -rw-r--r-- | openwrt/package/base-files/default/etc/hotplug.d/usb/01-mount | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net index b68ec1b..f306ae3 100644 --- a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net +++ b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2006 OpenWrt.org + find_name() { for ifname in lan wan wifi ${ifnames}; do 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 |
