projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
38bd69667fc346a46f828dc0fcef3e165f49fefb
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
hotplug.d
/
net
/
01-wds
1
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
2
ifconfig $INTERFACE 0.0.0.0 up
3
/usr/sbin/brctl addif br0 $INTERFACE
4
}
5
This page took
0.042374 seconds
and
3
git commands to generate.