Fixed network autoconfiguration as explained in #200, fixes #200
[openwrt.git] / package / base-files / default / etc / hotplug.d / net / 10-net
index 187b937..b63eba0 100644 (file)
@@ -1,6 +1,9 @@
 #!/bin/sh
 setup_eth()
 {
+       for part in $(nvram get unused_ifnames); do
+               [ "$part" = "$INTERFACE" ] && return 0
+       done
        [ -f /proc/net/wl0 ] && {
                lsmod | grep wlcompat >&- || insmod wlcompat
        }
This page took 0.025554 seconds and 4 git commands to generate.