From 8bc961239b089da87a74241cebb60dd1d2ed1a3d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 28 May 2010 00:35:54 +0000 Subject: base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them SVN-Revision: 21591 --- package/base-files/files/etc/hotplug.d/net/10-net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/etc/hotplug.d/net') 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 -- cgit v1.2.3