lists: fix problems with not removed luci applications
This reverts to previous approach for Luci localization packages. It introduces back problems that language packages are installed only to apps introduced by updater lists but there is no way around it. This implementation was problematic as it kept installed packages in place because of language packages depending on package that was suppose to be removed. This meant that such package was hold in place by language package that was in turn hold in place by information that parent package is installed. It created cycle that updater was not able to break (only opkg). This fixes this issue.
Showing
- lists/luci-utils.m4 17 additions, 0 deletionslists/luci-utils.m4
- lists/luci.lua.m4 5 additions, 119 deletionslists/luci.lua.m4
- lists/pkglists/3g.lua.m4 2 additions, 1 deletionlists/pkglists/3g.lua.m4
- lists/pkglists/luci-controls.lua.m4 4 additions, 4 deletionslists/pkglists/luci-controls.lua.m4
- lists/pkglists/lxc.lua.m4 2 additions, 1 deletionlists/pkglists/lxc.lua.m4
- lists/pkglists/nas.lua.m4 2 additions, 1 deletionlists/pkglists/nas.lua.m4
- lists/pkglists/printserver.lua.m4 2 additions, 1 deletionlists/pkglists/printserver.lua.m4
lists/luci-utils.m4
0 → 100644
Please register or sign in to comment