projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08871c7
)
nas -> nas4not
author
Mike Baker
<mbm@openwrt.org>
Sun, 3 Apr 2005 21:11:05 +0000
(21:11 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Sun, 3 Apr 2005 21:11:05 +0000
(21:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@548
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/default/target_skeleton/sbin/hotplug
patch
|
blob
|
history
diff --git
a/target/default/target_skeleton/sbin/hotplug
b/target/default/target_skeleton/sbin/hotplug
index
335ee8f
..
b16f9f7
100755
(executable)
--- a/
target/default/target_skeleton/sbin/hotplug
+++ b/
target/default/target_skeleton/sbin/hotplug
@@
-1,7
+1,7
@@
#!/bin/ash
# $Id$
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
- [ -x "/usr/sbin/nas
" ] && /usr/sbin/nas
lan $INTERFACE up
+ [ -x "/usr/sbin/nas
4not" ] && /usr/sbin/nas4not
lan $INTERFACE up
ifconfig $INTERFACE 0.0.0.0 up
/usr/sbin/brctl addif br0 $INTERFACE
}