From: jow Date: Sat, 6 Jun 2009 02:05:10 +0000 (+0000) Subject: [package] nvram: don't execute nvram fixups on the WGT634U X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=95f4b6bdd07d833e83265b9ca39de0223ff969e3 [package] nvram: don't execute nvram fixups on the WGT634U git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16349 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.