diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-15 16:48:11 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-15 16:48:11 +0000 |
| commit | 9b06ca1cf2dadfec2a77bccb0360d3f9d4601775 (patch) | |
| tree | a98da6aebc1b0b815186c66c5794a180f968cbf0 | |
| parent | 19dd1856cef03574981ea9e09fd2da24bbb021d0 (diff) | |
| download | upstream-9b06ca1cf2dadfec2a77bccb0360d3f9d4601775.tar.gz upstream-9b06ca1cf2dadfec2a77bccb0360d3f9d4601775.tar.bz2 upstream-9b06ca1cf2dadfec2a77bccb0360d3f9d4601775.zip | |
remove broken call to nas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1445 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/hotplug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/hotplug b/openwrt/target/default/target_skeleton/sbin/hotplug index b16f9f784a1..74134e848ac 100755 --- a/openwrt/target/default/target_skeleton/sbin/hotplug +++ b/openwrt/target/default/target_skeleton/sbin/hotplug @@ -1,7 +1,6 @@ #!/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 } |
