projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
sbin
/
hotplug
1
#!/bin/ash
2
# $Id$
3
[
"
${INTERFACE%%[0-9]*}
"
=
"wds"
] && {
4
ifconfig
$INTERFACE
0.0.0.0
up
5
/
usr
/
sbin
/
brctl addif br0
$INTERFACE
6
}
This page took
0.041158 seconds
and
5
git commands to generate.