yay! hotplug for wds support
SVN-Revision: 16
This commit is contained in:
parent
97f95ea18a
commit
69a92ec090
6
root/sbin/hotplug
Executable file
6
root/sbin/hotplug
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/ash
|
||||||
|
# $Id$
|
||||||
|
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
|
||||||
|
ifconfig $INTERFACE 0.0.0.0 up
|
||||||
|
/usr/sbin/brctl addif br0 $INTERFACE
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user