mirror of https://github.com/hak5/openwrt.git
parent
e72be9e83b
commit
4c9e3682cb
|
@ -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