Skip to content

Commit

Permalink
fitblk: invert kernel version dependency
Browse files Browse the repository at this point in the history
Allow building fitblk with Linux 6.6 by depending on !LINUX_5_15
instead of LINUX_6_1.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt authored and robimarko committed Mar 11, 2024
1 parent ba521e5 commit b72a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/fitblk/Makefile
Expand Up @@ -16,7 +16,7 @@ define Package/fitblk
SECTION:=base
CATEGORY:=Base system
TITLE:=fitblk firmware release tool
DEPENDS:=@LINUX_6_1
DEPENDS:=@!LINUX_5_15
endef

define Package/fitblk/description
Expand Down

0 comments on commit b72a7bf

Please sign in to comment.