nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
This commit is contained in:
parent
e72be9e83b
commit
4c9e3682cb
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ fixup_linksys() {
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
# Don't do any fixups on the WGT634U
|
||||||
|
[ "$(cat /proc/diag/model)" = "Netgear WGT634U" ] && return
|
||||||
|
|
||||||
fixup_linksys
|
fixup_linksys
|
||||||
|
|
||||||
# OFDM Power Offset is set incorrectly on many boards.
|
# OFDM Power Offset is set incorrectly on many boards.
|
||||||
|
|
Loading…
Reference in a new issue