projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change DEBUG messages in networking scripts to be more helpful
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
sbin
/
hotplug
diff --git
a/obsolete-buildroot/sources/openwrt/root/sbin/hotplug
b/obsolete-buildroot/sources/openwrt/root/sbin/hotplug
index
74134e8
..
335ee8f
100755
(executable)
--- 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" ] && {
#!/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
}
ifconfig $INTERFACE 0.0.0.0 up
/usr/sbin/brctl addif br0 $INTERFACE
}
This page took
0.023289 seconds
and
4
git commands to generate.