projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
74134e848ac75b68ed86e801b5d24b5645146bd2
[openwrt.git]
/
package
/
base-files
/
files
/
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.045623 seconds
and
3
git commands to generate.