add hotplug stuff to trunk/
[openwrt.git] / package / base-files / default / etc / hotplug.d / net / 01-wds
1 [ "${INTERFACE%%[0-9]*}" = "wds" ] && {
2 ifconfig $INTERFACE 0.0.0.0 up
3 /usr/sbin/brctl addif br0 $INTERFACE
4 }
5
This page took 0.043374 seconds and 5 git commands to generate.