mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:17:30 +02: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:
parent
08790a449c
commit
95f4b6bdd0
@ -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
Block a user