From f51600d04ccb20ed5c47b9e0e894fe560f16539e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 27 Oct 2022 11:55:40 +0200 Subject: [PATCH] package/mdio-tools: fix Config.in comment dependency We want to show the headers >= 5.1 Config.in comment when the BR2_LINUX_KERNEL is satisfied, not when it isn't. Signed-off-by: Thomas Petazzoni --- package/mdio-tools/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mdio-tools/Config.in b/package/mdio-tools/Config.in index d63ba8f727..f24c1a6974 100644 --- a/package/mdio-tools/Config.in +++ b/package/mdio-tools/Config.in @@ -2,7 +2,7 @@ comment "mdio-tools needs a Linux kernel to be built" depends on !BR2_LINUX_KERNEL comment "mdio-tools needs a toolchain w/ headers >= 5.1" - depends on !BR2_LINUX_KERNEL + depends on BR2_LINUX_KERNEL depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1 config BR2_PACKAGE_MDIO_TOOLS