aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-05-01 21:53:32 +0000
committerMike Baker <mbm@openwrt.org>2007-05-01 21:53:32 +0000
commit74a394b03184990a83ea1bcc6a07fc0b6a2bb5df (patch)
tree9556a58cfb6e3130787834d83c4db4907fa7e79d /package/base-files/files/lib
parent76d8f40a3899960d19e2e4d8055332679e365dad (diff)
downloadmaster-187ad058-74a394b03184990a83ea1bcc6a07fc0b6a2bb5df.tar.gz
master-187ad058-74a394b03184990a83ea1bcc6a07fc0b6a2bb5df.tar.bz2
master-187ad058-74a394b03184990a83ea1bcc6a07fc0b6a2bb5df.zip
various patches to add support for ppp over evdo or character devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib')
-rwxr-xr-xpackage/base-files/files/lib/network/config.sh2
1 files changed, 2 insertions, 0 deletions
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