[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
master
Jo-Philipp Wich 2009-06-06 02:05:10 +00:00
parent 62e4a692dc
commit 025d25aed3
1 changed files with 3 additions and 0 deletions

View File

@ -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.