aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/network4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 38d081d6..72c5d151 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -244,6 +244,10 @@ case "$1" in
if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi
+ if [ "$TYPE" = "Wireless" ]; then
+ continue
+ fi
+
if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then
vpninterfaces="$vpninterfaces $i"
continue