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
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
author
Jo-Philipp Wich <jow@openwrt.org>
2009-06-06 02:05:10 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2009-06-06 02:05:10 +0000
commit
4c9e3682cb405d850902b7d1c54e2c8a74cbb10c
(
patch
)
tree
8e72c481327135439ebca15ede933fc29c00d673
parent
e72be9e83bbe2546685f2322508f32a48c703bd2
(
diff
)
nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
Diffstat
-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.