Skip to content

patches/openwrt: add patch to fix detection of enabled service

Karel Koci requested to merge bugfix/rc.common-enabled-stop into hbl

The services such as umount do not have START but they have STOP. The original implementation of enabled considered only START but both of them should be considered.

Upstream MR: https://github.com/openwrt/openwrt/pull/4235

The fix for #271 (closed) and cause of #253 (closed)

Edited by Karel Koci

Merge request reports