projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use absolute paths in include() shell function
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S40network
1
#!/bin/sh
2
# Copyright (C) 2006 OpenWrt.org
3
4
setup_switch
() {
return
0
; }
5
6
.
/
etc
/
functions.sh
7
include
/
lib
/
network
8
setup_switch
9
/
sbin
/
wifi
This page took
0.043252 seconds
and
5
git commands to generate.