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