projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sstrip, nas support, mppe support, mac os x patches, syslogd on bootup, inittab corre...
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
sbin
/
hotplug
1
#!/bin/ash
2
# $Id$
3
[
"
${INTERFACE%%[0-9]*}
"
=
"wds"
] && {
4
[
-x
"/usr/sbin/nas"
] && /
usr
/
sbin
/
nas lan
$INTERFACE
up
5
ifconfig
$INTERFACE
0.0.0.0
up
6
/
usr
/
sbin
/
brctl addif br0
$INTERFACE
7
}
This page took
0.052858 seconds
and
5
git commands to generate.