openwrt / routing

OpenWrt Routing Packages
328 stars 369 forks source link

treewide: upgrade ucitrack handling to use json #1062

Closed feckert closed 4 months ago

feckert commented 4 months ago

Maintainer: @stargieg @PolynomialDivision @wfleurant Compile tested: no Run tested: no

Description: This depends on pullrequest in the LuCI feed.

The ucitrack configuration under /etc/config defines which service must be restarted on a LuCI change. This uci file defines how all this works together. Additionally there are uci-defaults scripts in the various applications that add additional configurations parameters to this ucitrack file if a service must be reloaded/restarted if a uci change was made in this application.

There are some problems with the current implementation:

feckert commented 4 months ago

The base PR has been merged. Since I have no commit rights for this feed. Can one of those @BKPepe @aparcar who have this merge this change?