Integrate mdig and ip2net to main package

This commit is contained in:
remittor
2026-01-01 20:59:37 +03:00
parent 11f632259e
commit bc1af90349
2 changed files with 13 additions and 2 deletions

View File

@@ -249,9 +249,9 @@ jobs:
cat .config
echo "------------- .config END -------------------"
if [ "$ARCH" = "$LUCI_ARCH" ]; then
PKGLIST=`echo package/zapret-openwrt/{zapret2,zapret2-mdig,zapret2-ip2net,luci-app-zapret2}/compile`
PKGLIST=`echo package/zapret-openwrt/{zapret2,luci-app-zapret2}/compile`
else
PKGLIST=`echo package/zapret-openwrt/{zapret2,zapret2-mdig,zapret2-ip2net}/compile`
PKGLIST=`echo package/zapret-openwrt/zapret2/compile`
fi
if [ "$MAX_SPEED" = "false" ]; then
make $PKGLIST V=s CONFIG_CCACHE=1 BUILD_LOG=1