nvram: don't execute nvram fixups on the WGT634U

SVN-Revision: 16349
master
Jo-Philipp Wich 16 years ago
parent e72be9e83b
commit 4c9e3682cb
  1. 3
      package/nvram/files/nvram.init

@ -60,6 +60,9 @@ fixup_linksys() {
}
start() {
# Don't do any fixups on the WGT634U
[ "$(cat /proc/diag/model)" = "Netgear WGT634U" ] && return
fixup_linksys
# OFDM Power Offset is set incorrectly on many boards.

Loading…
Cancel
Save