Revert "adguardhome: added ujail dependency"
authorJosef Schlehofer <redacted>
Sun, 3 May 2026 13:00:39 +0000 (15:00 +0200)
committerJosef Schlehofer <redacted>
Sun, 3 May 2026 13:05:20 +0000 (15:05 +0200)
This commit was merged into the master branch by accident
and should be undone. Adding ujail as a hardcoded dependency
is incorrect, as ujail is meant to be an optional dependency.

A better approach is to implement ujail support within
the init script, which was discussed in the pull request
(https://github.com/openwrt/packages/pull/29277),
consistent with how other packages in the repository handle this.

Therefore, reverting for now.

This reverts commit e6b5141c7ea68f85b47abfd4904e0262782d43e3.

Signed-off-by: Josef Schlehofer <redacted>
net/adguardhome/Makefile

index 55fa3b77e212575291d43e5e9d26a3001442be0e..08a397e0ff33baa5d0dc5c4bada64d09e7ac2a59 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adguardhome
 PKG_VERSION:=0.107.74
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/AdGuardHome/tar.gz/v$(PKG_VERSION)?
@@ -42,7 +42,7 @@ define Package/adguardhome
        CATEGORY:=Network
        TITLE:=Network-wide ads and trackers blocking DNS server
        URL:=https://github.com/AdguardTeam/AdGuardHome
-       DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +procd-ujail
+       DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
        USERID:=adguardhome=853:adguardhome=853
 endef
 
git clone https://git.99rst.org/PROJECT