1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 16:43:21 +03:00
openwrt-xburst/root/sbin/hotplug

7 lines
131 B
Plaintext
Raw Normal View History

#!/bin/ash
# $Id$
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
ifconfig $INTERFACE 0.0.0.0 up
/usr/sbin/brctl addif br0 $INTERFACE
}