From 17bdccb4a52049ee06142c0b5fbc2001bc519a3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Wed, 27 Nov 2024 08:32:01 +0000 Subject: [PATCH] apk: mark package as broken to hide it by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit During the last OpenWrt developer meeting 2024-11-26 it was decided, that 24.10 will be the last release using opkg package manager and thus apk won't be supported, so make it explicit and mark apk package manager as broken. References: https://openwrt.org/meetings/20241126#release_2410 Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Å tetiar --- package/system/apk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index 3e2066e269..8242e12ee9 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -27,7 +27,7 @@ define Package/apk/default SECTION:=base CATEGORY:=Base system TITLE:=apk package manager - DEPENDS:=+zlib + DEPENDS:=@BROKEN +zlib URL:=$(PKG_SOURCE_URL) PROVIDES:=apk endef -- 2.30.2