From 10ac83603936411a2b7d2624d469ac35056a1301 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 1 May 2007 21:53:32 +0000 Subject: various patches to add support for ppp over evdo or character devices SVN-Revision: 7076 --- package/base-files/files/lib/network/config.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/base-files/files/lib') diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index eee72c0cde..7e90368e26 100755 --- a/package/base-files/files/lib/network/config.sh +++ b/package/base-files/files/lib/network/config.sh @@ -75,6 +75,8 @@ prepare_interface() { # to create any interfaces here. The scripts have already done that, otherwise # the bridge interface wouldn't exist. [ "$iface" = "br-$config" ] && return 0; + + [ -f "$iface" ] && return 0; ifconfig "$iface" 2>/dev/null >/dev/null && { # make sure the interface is removed from any existing bridge and brought down -- cgit v1.2.3