From 17bdccb4a52049ee06142c0b5fbc2001bc519a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?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=UTF-8 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 3e2066e2698..8242e12ee92 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