1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 01:53:15 +03:00
openwrt-xburst/package/base-files/default/sbin/hotplug
2005-07-17 22:52:59 +00:00

7 lines
131 B
Bash
Executable File

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