Script to change SQM speeds based on time

I need a script that will change download and upload speeds in my SQM's config at a certain time every day. How do I go about writing one?

The solution is to go to System->Solution in LuCi and use the guide in cron to set the timing of the command. The command you want to put in is

uci set sqm.eth1.download=your_download_speed_here && uci commit sqm.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.