fix: allow built-in LuCI package selection

This commit is contained in:
2026-07-30 22:24:46 +03:00
parent 5ad5288123
commit 3e832d9a58
+1 -2
View File
@@ -159,8 +159,7 @@ RUN printf '%s\n' \
} \
{ print; } \
' .config > .config.packages-pruned \
&& mv .config.packages-pruned .config \
&& grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config
&& mv .config.packages-pruned .config
RUN make -j1 package/luci-app-rmm-agent/compile V=s