From 688945881f9205079de53da4b497b8ad3b42d340 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 3 May 2026 15:00:39 +0200 Subject: [PATCH] Revert "adguardhome: added ujail dependency" 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 --- net/adguardhome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adguardhome/Makefile b/net/adguardhome/Makefile index 55fa3b77e2..08a397e0ff 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -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