apk: mark package as broken to hide it by default
authorPetr Štetiar <ynezz@true.cz>
Wed, 27 Nov 2024 08:32:01 +0000 (08:32 +0000)
committerPetr Štetiar <ynezz@true.cz>
Thu, 28 Nov 2024 18:49:43 +0000 (18:49 +0000)
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 <ynezz@true.cz>
package/system/apk/Makefile

index 3e2066e2698f33e8b1d96b2522ae72c5f899726a..8242e12ee92e8b8bd3864bb062c80bf8a7ad35e6 100644 (file)
@@ -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