mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
switch: suppress boot error message on 2.4
SVN-Revision: 19922
This commit is contained in:
parent
4f4066d3e0
commit
2d100861a4
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006-2009 OpenWrt.org
|
||||
# Copyright (C) 2006-2010 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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user