[package] nvram: don't execute nvram fixups on the WGT634U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16349 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
62e4a692dc
commit
025d25aed3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue