index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
nvram
/
files
/
nvram.init
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/nvram/files/nvram.init')
-rwxr-xr-x
package/nvram/files/nvram.init
3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/nvram/files/nvram.init b/package/nvram/files/nvram.init
index 001b294959..75d712b59c 100755
--- a/
package/nvram/files/nvram.init
+++ b/
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.