Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/83 v2] package/collectd: use 'menuconfig' instead of 'config'+'menu'
Date: Mon, 4 Jul 2016 17:18:22 +0200	[thread overview]
Message-ID: <20160704151822.GA3549@free.fr> (raw)
In-Reply-To: <87a8hxe8qd.fsf@dell.be.48ers.dk>

Peter, All,

On 2016-07-04 17:14 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  > Keep the existing sub-menus, because there are a lot of entries in those
>  > sub-menus. Using comments to separate them is not a totally satifactory
>  > solution.
> 
>  > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> I'm not quite sure I think this is an improvement. We used to have:
> 
>   [ ] collectd
> 
> Which when selected becomes:
> 
>   [*] collectd
>        match plugins  --->
>        misc plugins  --->
>        read plugins  --->
>        target plugins  --->
>        write plugins  --->
> 
> Which looks sensible to me.
> 
> With the change we instead have:
> 
> [ ] collectd  ----

You did notice the trailing '---' which means that the menu is empty, I
guess? ;-)

But as we discussed live about this series: meh... ;-)

Regards,
Yann E. MORIN.

> (and if you press enter you get to an empty menu). When enabled you
> again have to press enter to get to the submenus.
> 
> -- 
> Bye, Peter Korsgaard

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2016-07-04 15:18 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04  9:25 [Buildroot] [PATCH 00/83 v2] packages: use menuconfig to group sub-options (branch yem/menuconfig) Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 01/83 v2] boot/at91bootstrap: choices must have a type Yann E. MORIN
2016-07-04 13:13   ` Peter Korsgaard
2016-07-04  9:24 ` [Buildroot] [PATCH 02/83 v2] package/angularjs: simplify modules selection Yann E. MORIN
2016-07-04 13:19   ` Peter Korsgaard
2016-07-04 14:07   ` Peter Korsgaard
2016-07-04  9:24 ` [Buildroot] [PATCH 03/83 v2] package/collectd: use 'menuconfig' instead of 'config'+'menu' Yann E. MORIN
2016-07-04 15:14   ` Peter Korsgaard
2016-07-04 15:18     ` Yann E. MORIN [this message]
2016-07-04 15:28       ` Peter Korsgaard
2016-07-04  9:24 ` [Buildroot] [PATCH 04/83 v2] package/gd: " Yann E. MORIN
2016-07-04 15:10   ` Peter Korsgaard
2016-07-04  9:24 ` [Buildroot] [PATCH 05/83 v2] package/gpsd: " Yann E. MORIN
2016-07-04 15:18   ` Peter Korsgaard
2016-07-04  9:24 ` [Buildroot] [PATCH 06/83 v2] package/jquery: include external plugins from jquery's Config.in Yann E. MORIN
2016-07-04 20:41   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 07/83 v2] package/libdrm: move tests programs to the bottom Yann E. MORIN
2016-07-04 20:42   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 08/83 v2] package/libdrm: use 'menuconfig' instead of 'config'+'menu' Yann E. MORIN
2016-07-04 21:35   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 09/83 v2] package/mono: " Yann E. MORIN
2016-07-04 21:38   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 10/83 v2] package/ncftp: " Yann E. MORIN
2016-07-04 21:39   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 11/83 v2] package/nfs-utils: " Yann E. MORIN
2016-07-04 21:40   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 12/83 v2] package/nodejs: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 13/83 v2] package/ola: " Yann E. MORIN
2016-07-04 21:38   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 14/83 v2] package/perl: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 15/83 v2] package/php: move list of extensions after interface selection Yann E. MORIN
2016-07-04 21:37   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 16/83 v2] package/php: use 'menuconfig' instead of 'config'+'menu' Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 17/83 v2] package/python: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 18/83 v2] package/python3: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 19/83 v2] package/python{, 3}: move inclusion of external python modules Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 20/83 v2] package/sdl_image: use 'menuconfig' instead of 'config'+'menu' Yann E. MORIN
2016-07-04 21:37   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 21/83 v2] package/tcl: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 22/83 v2] package/tiff: " Yann E. MORIN
2016-07-04 21:38   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 23/83 v2] package/udpcast: " Yann E. MORIN
2016-07-04 21:38   ` Thomas Petazzoni
2016-07-04  9:24 ` [Buildroot] [PATCH 24/83 v2] package/gstreamer: include plugins from gstreamer's real Config.in Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 25/83 v2] package/gstreamer1: include plugins from gstreamer1's " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 26/83 v2] docs/manual: add example about sub-options Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 27/83 v2] docs/manual: use 'menuconfig' when there are more than 5 sub-options Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 28/83 v2] package/boost: use 'menuconfig' Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 29/83 v2] package/cairo: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 30/83 v2] package/connman: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 31/83 v2] package/dejavu: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 32/83 v2] package/directfb: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 33/83 v2] package/dnsmasq: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 34/83 v2] package/dovecot: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 35/83 v2] package/dropbear: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 36/83 v2] package/e2fsprogs: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 37/83 v2] package/efl: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 38/83 v2] package/erlang: include Erlang libraries from erlang's Config.in Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 39/83 v2] package/flot: use 'menuconfig' Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 40/83 v2] package/gnuradio: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 41/83 v2] package/gnuradio: split long omment Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 42/83 v2] package/google-material-design-icons: use 'menuconfig' Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 43/83 v2] package/gr-osmosdr: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 44/83 v2] package/gstreamer: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 45/83 v2] package/gstreamer1: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 46/83 v2] package/igh-ethercat: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 47/83 v2] package/imlib2: " Yann E. MORIN
2016-07-04  9:24 ` [Buildroot] [PATCH 48/83 v2] package/ipsec-tools: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 49/83 v2] package/lftp: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 50/83 v2] package/libgtk3: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 51/83 v2] package/libiio: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 52/83 v2] package/lighttpd: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 53/83 v2] package/linux-firmware: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 54/83 v2] package/lldpd: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 55/83 v2] package/lm-sensors: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 56/83 v2] package/lua{, jit}: move inclusion of external libraries/modules Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 57/83 v2] package/mtd: use 'menuconfig' Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 58/83 v2] package/ncurses: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 59/83 v2] package/ndisc6: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 60/83 v2] package/netsnmp: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 61/83 v2] package/ntp: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 62/83 v2] package/nvidia-driver: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 63/83 v2] package/openobex: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 64/83 v2] package/openocd: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 65/83 v2] package/poco: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 66/83 v2] package/qemu: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 67/83 v2] package/quagga: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 68/83 v2] package/sdl: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 69/83 v2] package/sdl: include SDL external libraries from sdl's Config.in Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 70/83 v2] package/sdl_*: remove redundant dependency Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 71/83 v2] package/squashfs: use 'menuconfig' Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 72/83 v2] package/sqlite: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 73/83 v2] package/transmission: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 74/83 v2] package/valgrind: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 75/83 v2] package/weston: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 76/83 v2] package/wpa-supplicant: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 77/83 v2] package/xenomai: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 78/83 v2] boot/at91bootstrap3: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 79/83 v2] boot/barebox: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 80/83 v2] boot/grub: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 81/83 v2] boot/mxs-bootlets: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 82/83 v2] boot/syslinux: " Yann E. MORIN
2016-07-04  9:25 ` [Buildroot] [PATCH 83/83 v2] boot/uboot: " Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160704151822.GA3549@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox