projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't exit on tar errors in wireless-tools - sgid flag on directory not accepted...
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S40network
diff --git
a/package/base-files/default/etc/init.d/S40network
b/package/base-files/default/etc/init.d/S40network
index
20a1184
..
be04504
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S40network
+++ b/
package/base-files/default/etc/init.d/S40network
@@
-1,9
+1,11
@@
-#!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
a
+#!/bin/sh
/etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
-setup_switch() { return 0; }
+start() {
+ setup_switch() { return 0; }
+
+ include /lib/network
+ setup_switch
+ /sbin/wifi
+}
-. /etc/functions.sh
-include network
-setup_switch
-/sbin/wifi
This page took
0.023116 seconds
and
4
git commands to generate.