projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
enable netswap
[openwrt.git]
/
root
/
etc
/
init.d
/
S40network
1
#!/bin/sh
2
.
/
etc
/
functions.sh
3
case
"
$1
"
in
4
start|restart
)
5
ifup lan
6
ifup wan
7
ifup wifi
8
wifi up
9
;;
10
esac
This page took
0.039451 seconds
and
5
git commands to generate.