From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 04 Jul 2016 17:10:14 +0200 Subject: [Buildroot] [PATCH 04/83 v2] package/gd: use 'menuconfig' instead of 'config'+'menu' In-Reply-To: <9f7e2cbc99ed22ceaab8e2d35f53736d5fbaae42.1467624132.git.yann.morin.1998@free.fr> (Yann E. MORIN's message of "Mon, 4 Jul 2016 11:24:15 +0200") References: <9f7e2cbc99ed22ceaab8e2d35f53736d5fbaae42.1467624132.git.yann.morin.1998@free.fr> Message-ID: <87eg79e8x5.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: > Signed-off-by: "Yann E. MORIN" > --- > Changes RFC -> v1: > - typo in title (Arnout) > --- > package/gd/Config.in | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > diff --git a/package/gd/Config.in b/package/gd/Config.in > index 28b0b0f..092bc06 100644 > --- a/package/gd/Config.in > +++ b/package/gd/Config.in > @@ -1,4 +1,4 @@ > -config BR2_PACKAGE_GD > +menuconfig BR2_PACKAGE_GD > bool "gd" > help > GD is a graphics library. It allows your code to quickly > @@ -12,7 +12,7 @@ config BR2_PACKAGE_GD > if BR2_PACKAGE_GD > -menu "gd tools" > +comment "gd tools" I don't think this comment really adds any value, so I've dropped this and committed, thanks. -- Bye, Peter Korsgaard