fitblk: invert kernel version dependency

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>
This commit is contained in:
Daniel Golle 2024-03-02 16:09:29 +00:00 committed by Robert Marko
parent ba521e5cf2
commit b72a7bf186
1 changed files with 1 additions and 1 deletions

View File

@ -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