From: Jo-Philipp Wich Date: Sat, 6 Jun 2009 02:05:10 +0000 (+0000) Subject: nvram: don't execute nvram fixups on the WGT634U X-Git-Tag: reboot~23264 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=4c9e3682cb405d850902b7d1c54e2c8a74cbb10c nvram: don't execute nvram fixups on the WGT634U SVN-Revision: 16349 --- 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.