mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
yay! hotplug for wds support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e748d3881e
commit
83ad9f6c02
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