1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 03:29:29 +03:00

[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
This commit is contained in:
jow 2009-06-06 02:05:10 +00:00
parent 08790a449c
commit 95f4b6bdd0

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.