projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wildcard support to menuconfig
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
sbin
/
hotplug
diff --git
a/openwrt/target/default/target_skeleton/sbin/hotplug
b/openwrt/target/default/target_skeleton/sbin/hotplug
index
b16f9f7
..
74134e8
100755
(executable)
--- 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" ] && {
#!/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
}
ifconfig $INTERFACE 0.0.0.0 up
/usr/sbin/brctl addif br0 $INTERFACE
}
This page took
0.019251 seconds
and
4
git commands to generate.