Mounting remote CIFS shares - RMerl/asuswrt-merlin.ng GitHub Wiki

You can mount remote SMB shares on your router. The syntax will be something like this:

mount \\\\192.168.1.100\\ShareName /cifs1 -t cifs -o "username=User,password=Pass" -o vers=2.0

(backslashes must be doubled.)