sstrip, nas support, mppe support, mac os x patches, syslogd on bootup, inittab corre...
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / root / sbin / hotplug
index 74134e848ac75b68ed86e801b5d24b5645146bd2..335ee8f889417b8867fcdcc695e2397c7f938360 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/ash
 # $Id$
 [ "${INTERFACE%%[0-9]*}" = "wds" ] && { 
+       [ -x "/usr/sbin/nas" ] && /usr/sbin/nas lan $INTERFACE up
        ifconfig $INTERFACE 0.0.0.0 up
        /usr/sbin/brctl addif br0 $INTERFACE
 }