To set a fixed fan speed, you need to add a few lines to file rc.local (LuCI -> System -> Startup):
rc.local
for file in /sys/class/thermal/thermal_zone*/mode; do echo disabled > "$file"; done echo 1600 > /sys/class/hwmon/hwmon0/fan1_target