1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 01:32:56 +03:00
openwrt-xburst/openwrt/package/base-files/default/etc/hotplug.d/net/01-wds

6 lines
116 B
Plaintext
Raw Normal View History

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