diff options
Diffstat (limited to 'package/hostapd/files')
| -rw-r--r-- | package/hostapd/files/hostapd.hotplug | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/package/hostapd/files/hostapd.hotplug b/package/hostapd/files/hostapd.hotplug deleted file mode 100644 index 296422428..000000000 --- a/package/hostapd/files/hostapd.hotplug +++ /dev/null @@ -1,12 +0,0 @@ -if [ "$ACTION" = "add" -o "$ACTION" = "register" ]; then -	case "$INTERFACE" in -		wlan*.sta*) -			local BASEIF="${INTERFACE%%\.*}" - -			include /lib/network -			scan_interfaces -			local CONFIG="$(find_config "$BASEIF")"  -			[ -n "$CONFIG" ] && setup_interface "$INTERFACE" "$CONFIG" -		;; -	esac -fi | 
