hit enter for a serial console
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / sbin / hotplug
index 74134e8..335ee8f 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
 }
This page took 0.025065 seconds and 4 git commands to generate.