projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: fix patch naming
[openwrt.git]
/
package
/
nvram
/
files
/
nvram.init
diff --git
a/package/nvram/files/nvram.init
b/package/nvram/files/nvram.init
index
001b294
..
75d712b
100755
(executable)
--- 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.
This page took
0.022124 seconds
and
4
git commands to generate.