update dnsmasq to 2.50 (#5784)
[openwrt.git] / package / nvram / files / nvram.init
index 001b294..75d712b 100755 (executable)
@@ -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.
This page took 0.023532 seconds and 4 git commands to generate.