diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-08-17 23:00:52 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-08-17 23:00:52 +0000 |
| commit | a9cbe76ba66ff7056177169ebec0d569126d58e7 (patch) | |
| tree | 84ebc770984bae282956c67d6b0b2234b2a56a70 /obsolete-buildroot/sources/openwrt/root/sbin/hotplug | |
| parent | b8498ba4793c3a73af038ea99f25034e15f9a6b8 (diff) | |
| download | mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.zip mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.tar.gz mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.tar.bz2 | |
sstrip, nas support, mppe support, mac os x patches, syslogd on bootup, inittab correction
SVN-Revision: 136
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/root/sbin/hotplug')
| -rwxr-xr-x | obsolete-buildroot/sources/openwrt/root/sbin/hotplug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/root/sbin/hotplug b/obsolete-buildroot/sources/openwrt/root/sbin/hotplug index 74134e8..335ee8f 100755 --- a/obsolete-buildroot/sources/openwrt/root/sbin/hotplug +++ b/obsolete-buildroot/sources/openwrt/root/sbin/hotplug @@ -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 } |
