add wildcard support to menuconfig
[openwrt-10.03/.git] / target / default / target_skeleton / sbin / hotplug
1 #!/bin/ash
2 # $Id$
3 [ "${INTERFACE%%[0-9]*}" = "wds" ] && { 
4         ifconfig $INTERFACE 0.0.0.0 up
5         /usr/sbin/brctl addif br0 $INTERFACE
6 }