projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3c2f9
)
switch: suppress boot error message on 2.4
author
Nicolas Thill
<nico@openwrt.org>
Mon, 1 Mar 2010 01:12:57 +0000
(
01:12
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 1 Mar 2010 01:12:57 +0000
(
01:12
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19922
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/switch/files/switch.sh
patch
|
blob
|
history
diff --git
a/package/switch/files/switch.sh
b/package/switch/files/switch.sh
index
708ca85
..
f0bd8ce
100644
(file)
--- a/
package/switch/files/switch.sh
+++ b/
package/switch/files/switch.sh
@@
-1,5
+1,5
@@
#!/bin/sh
-# Copyright (C) 2006-20
09
OpenWrt.org
+# Copyright (C) 2006-20
10
OpenWrt.org
setup_switch_hw() {
local dev="$1"
@@
-13,7
+13,7
@@
setup_switch_hw() {
[ -d "$proc" ] && {
echo "$reset" > "$proc/reset"
echo "$evlan" > "$proc/enable_vlan"
- echo "$enable" > "$proc/enable"
+
[ -f "$proc/enable" ] &&
echo "$enable" > "$proc/enable"
}
}