mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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:
parent
ba521e5cf2
commit
b72a7bf186
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ define Package/fitblk
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=fitblk firmware release tool
|
TITLE:=fitblk firmware release tool
|
||||||
DEPENDS:=@LINUX_6_1
|
DEPENDS:=@!LINUX_5_15
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fitblk/description
|
define Package/fitblk/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue