All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mkpasswd: expose the host variant in menuconfig
@ 2016-10-07 16:59 Yann E. MORIN
  2016-10-07 20:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-10-07 16:59 UTC (permalink / raw)
  To: buildroot

Some people may need it to generate passwords (not necessarily for
users) from post-build scripts.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/Config.in.host          | 1 +
 package/mkpasswd/Config.in.host | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 package/mkpasswd/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index 6d61f19..1140c70 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -23,6 +23,7 @@ menu "Host utilities"
 	source "package/jsmin/Config.in.host"
 	source "package/lpc3250loader/Config.in.host"
 	source "package/mke2img/Config.in.host"
+	source "package/mkpasswd/Config.in.host"
 	source "package/mtd/Config.in.host"
 	source "package/mtools/Config.in.host"
 	source "package/mxsldr/Config.in.host"
diff --git a/package/mkpasswd/Config.in.host b/package/mkpasswd/Config.in.host
new file mode 100644
index 0000000..fb5bc80
--- /dev/null
+++ b/package/mkpasswd/Config.in.host
@@ -0,0 +1,2 @@
+config BR2_PACKAGE_HOST_MKPASSWD
+	bool "host-mkpasswd"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/mkpasswd: expose the host variant in menuconfig
  2016-10-07 16:59 [Buildroot] [PATCH] package/mkpasswd: expose the host variant in menuconfig Yann E. MORIN
@ 2016-10-07 20:57 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-07 20:57 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  7 Oct 2016 18:59:11 +0200, Yann E. MORIN wrote:
> Some people may need it to generate passwords (not necessarily for
> users) from post-build scripts.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/Config.in.host          | 1 +
>  package/mkpasswd/Config.in.host | 2 ++
>  2 files changed, 3 insertions(+)
>  create mode 100644 package/mkpasswd/Config.in.host

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-07 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 16:59 [Buildroot] [PATCH] package/mkpasswd: expose the host variant in menuconfig Yann E. MORIN
2016-10-07 20:57 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.