Skip to content

Commit 17bdccb

Browse files
committed
apk: mark package as broken to hide it by default
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: openwrt/openwrt#17097 Signed-off-by: Petr Štetiar <[email protected]>
1 parent 2c3d036 commit 17bdccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/system/apk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define Package/apk/default
2727
SECTION:=base
2828
CATEGORY:=Base system
2929
TITLE:=apk package manager
30-
DEPENDS:=+zlib
30+
DEPENDS:=@BROKEN +zlib
3131
URL:=$(PKG_SOURCE_URL)
3232
PROVIDES:=apk
3333
endef

0 commit comments

Comments
 (0)