projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add protection for bridging interface changes
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S40network
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
start
() {
5
setup_switch
() {
return
0
; }
6
7
include
/
lib
/
network
8
setup_switch
9
[
-e
/
etc
/
config
/
wireless
]
|| \
10
/
sbin
/
wifi detect
> /
etc
/
config
/
wireless
11
/
sbin
/
wifi up
12
}
13
This page took
0.048399 seconds
and
5
git commands to generate.