summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug.d/net
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-28 00:35:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-28 00:35:54 +0000
commit8bc961239b089da87a74241cebb60dd1d2ed1a3d (patch)
tree1db8957466cfcc07828ec3c59db53de1a426b9b2 /package/base-files/files/etc/hotplug.d/net
parent090680f083380a3ff7aa32991399db27d0393b81 (diff)
downloadmaster-31e0f0ae-8bc961239b089da87a74241cebb60dd1d2ed1a3d.tar.gz
master-31e0f0ae-8bc961239b089da87a74241cebb60dd1d2ed1a3d.tar.bz2
master-31e0f0ae-8bc961239b089da87a74241cebb60dd1d2ed1a3d.zip
base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
SVN-Revision: 21591
Diffstat (limited to 'package/base-files/files/etc/hotplug.d/net')
-rw-r--r--package/base-files/files/etc/hotplug.d/net/10-net2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug.d/net/10-net b/package/base-files/files/etc/hotplug.d/net/10-net
index 42ff29e799..0886c74c59 100644
--- a/package/base-files/files/etc/hotplug.d/net/10-net
+++ b/package/base-files/files/etc/hotplug.d/net/10-net
@@ -11,7 +11,7 @@ addif() {
# PPP devices are configured by pppd, no need to run setup_interface here
case "$INTERFACE" in
- ppp*) return 0;;
+ ppp*|3g-*) return 0;;
ath*) return 0;;
wlan*) return 0;;
esac