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>
SECTION:=base
CATEGORY:=Base system
TITLE:=apk package manager
- DEPENDS:=+zlib
+ DEPENDS:=@BROKEN +zlib
URL:=$(PKG_SOURCE_URL)
PROVIDES:=apk
endef