From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 12 Jun 2023 08:40:47 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q8bEO-003VNT-QZ for lore@lore.pengutronix.de; Mon, 12 Jun 2023 08:40:47 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1q8bEM-0004NU-V1; Mon, 12 Jun 2023 08:40:46 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q8bDo-0004MB-Ne for ptxdist@pengutronix.de; Mon, 12 Jun 2023 08:40:13 +0200 Received: from adahl by ada.ifak-system.com with local (Exim 4.94.2) (envelope-from ) id 1q8bCT-00055L-Bv for ptxdist@pengutronix.de; Mon, 12 Jun 2023 08:38:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1686552011; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mIp55DIJa4d36pLz9UrGt61U8ncdrX+XF8CKv6KUDzE=; b=ldtqUt09zU1uispwOSas6roA0NziPhLaZVyTRrkyibV7Lt6JZgtxgxlAHQQH2xUvEL88dw eIevLBTA2erkHEOdSlCqoyHxqQdT279Lb+juvr4iZsdn6kFQakzwGnpAOGzeIzUlaJ2R2b M46/vG7cU9UHcmsmxHVcUfhxqwhwi6mnEumSbZH/Cu3H/gl3J/4zWViw+Bn2dVWsMZ5Tbw z/hdUl7iNxcZ5rTbR1/9+F7o1PhrGxGJ0TXYMlLCjX1i5PolTXryK4TzgyD4/DHZYm9VaY Q52zDzaxpSyWzsU/gGzeHUXu2TXjUGhpOX5nv9kkyxHBn6rIjKXJpaot6OTDWA== From: Alexander Dahl To: ptxdist@pengutronix.de Date: Mon, 12 Jun 2023 08:38:49 +0200 Message-Id: <20230612063849.19499-3-ada@thorsis.com> In-Reply-To: <20230612063849.19499-1-ada@thorsis.com> References: <20230612063849.19499-1-ada@thorsis.com> Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 2/2] mtd-utils: Add ubihealthd requirements to help text X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Fixes: 7d4e5f3969df ("mtd-utils: version bump 2.1.1 -> 2.1.2") Signed-off-by: Alexander Dahl --- rules/mtd-utils.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index 434d1e8fb..8cc55caba 100644 --- a/rules/mtd-utils.in +++ b/rules/mtd-utils.in @@ -300,6 +300,7 @@ menuconfig MTD_UTILS_UBIHEALTHD help Daemon that randomly scans each PEB of a UBI device to ensure that filesystems with little reading do enough wear leveling. + Requires kernel >= 5.1 and glibc >= 2.25. if MTD_UTILS_UBIHEALTHD -- 2.30.2