1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 13:25:07 +03:00
openwrt-xburst/openwrt/target/default/target_skeleton/sbin/hotplug

8 lines
198 B
Plaintext
Raw Normal View History

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