فهرست منبع

base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable

SVN-Revision: 21379
Felix Fietkau 15 سال پیش
والد
کامیت
f9591d229a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      package/base-files/files/etc/hotplug.d/net/10-net

+ 2 - 0
package/base-files/files/etc/hotplug.d/net/10-net

@@ -12,6 +12,8 @@ addif() {
 	# PPP devices are configured by pppd, no need to run setup_interface here
 	case "$INTERFACE" in
 		ppp*) return 0;;
+		ath*) return 0;;
+		wlan*) return 0;;
 	esac
 
 	scan_interfaces