update hostapd patches to the latest from http://johannes.sipsolutions.net/patches...
[openwrt.git] / package / base-files / files / etc / hotplug.d / net / 10-net
index 9b72338..77eb6da 100644 (file)
@@ -3,6 +3,11 @@
 include /lib/network
 
 addif() {
+       # PPP devices are configured by pppd, no need to run setup_interface here
+       case "$INTERFACE" in
+               ppp*) return 0;;
+       esac
+
        scan_interfaces
        local cfg="$(find_config "$INTERFACE")"
 
This page took 0.023697 seconds and 4 git commands to generate.