X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a7755ee8f7f67fab5a57d2a69236cb1bcfd550f..218bf045706c685fc7fd3542671886a4cbb8fa29:/package/base-files/files/etc/hotplug.d/net/10-net diff --git a/package/base-files/files/etc/hotplug.d/net/10-net b/package/base-files/files/etc/hotplug.d/net/10-net index 42ff29e79..0886c74c5 100644 --- a/package/base-files/files/etc/hotplug.d/net/10-net +++ b/package/base-files/files/etc/hotplug.d/net/10-net @@ -11,7 +11,7 @@ addif() { # PPP devices are configured by pppd, no need to run setup_interface here case "$INTERFACE" in - ppp*) return 0;; + ppp*|3g-*) return 0;; ath*) return 0;; wlan*) return 0;; esac