From: Ezequiel GarcĂ­a Date: Tue, 28 Jan 2014 11:39:20 +0000 (-0300) Subject: mtd: Add a more verbose menu text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7229dc67bcf7da6fe88c52f3aa632f82eeda4331;p=buildroot.git mtd: Add a more verbose menu text mtd-utils also contain ubi/ubifs tools, so let's add it to the menu option. Also, add an URL to stick to the help message standard. Signed-off-by: Ezequiel Garcia Acked-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- diff --git a/package/mtd/Config.in b/package/mtd/Config.in index affcfe5d0d..26f59ed0bd 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -1,7 +1,9 @@ config BR2_PACKAGE_MTD - bool "mtd/jffs2 utilities" + bool "mtd, jffs2 and ubi/ubifs tools" help - Build mtd/jffs utilities + Build mtd, jffs2 and ubi/ubifs tools + + http://www.linux-mtd.infradead.org/ if BR2_PACKAGE_MTD comment "MTD tools selection"