SVN-Revision: 12005master
parent
e606b1603b
commit
55b55f6861
@ -0,0 +1,12 @@ |
||||
if [ "$ACTION" = "add" -o "$ACTION" = "register" ]; then |
||||
case "$INTERFACE" in |
||||
ath*.sta*) |
||||
local BASEIF="${INTERFACE%%\.*}" |
||||
|
||||
include /lib/network |
||||
scan_interfaces |
||||
local CONFIG="$(find_config "$BASEIF")" |
||||
[ -n "$CONFIG" ] && setup_interface "$INTERFACE" "$CONFIG" |
||||
;; |
||||
esac |
||||
fi |
Loading…
Reference in new issue