diff options
Diffstat (limited to 'openwrt/package/base-files/default/etc/hotplug.d/net')
| -rw-r--r-- | openwrt/package/base-files/default/etc/hotplug.d/net/10-net | 2 |
1 files changed, 2 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 |
