How can we add new openwrt service with QuecOpen

Hi,meqqn
can you tell me the model of the module you are currently using?
If you want to add some services to make it call when the system starts.
Try the following steps

  1. Add a file to /etc/init.d/
  2. Create a soft link to the file you added in /etc/rcX.d/(usually rc5.d), it is best to use an absolute path here (otherwise it may not work).
    3.sync and reboot