How can i configure package services in Openwrt to achieve a behaviour similar to Yocto,where services are assigned to runlevels, and with each runlevel change, specific services are terminated and others are initiated? Does Openwrt have Runlevel implementation ? Seeking guidance on achieving comparable service management.
OpenWrt doesn't really have a concept of runlevels, there's basically only a distinction between failsafe and normal operations. While 'anything is possible', the efforts necessary would be beyond reasonable (and chances for getting this merged would likely be very, very minimal).