summaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/sbin/hotplug
blob: 74134e848ac75b68ed86e801b5d24b5645146bd2 (plain)
1
2
3
4
5
6
#!/bin/ash
# $Id$
[ "${INTERFACE%%[0-9]*}" = "wds" ] && { 
	ifconfig $INTERFACE 0.0.0.0 up
	/usr/sbin/brctl addif br0 $INTERFACE
}