Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] adapt openrc "modules" script to busybox modprobe
@ 2020-02-27 20:08 unixmania at gmail.com
  2020-02-27 20:08 ` [Buildroot] [PATCH v2 1/4] Makefile: add SED_QUIET unixmania at gmail.com
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: unixmania at gmail.com @ 2020-02-27 20:08 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

The busybox modprobe does not have a "--first-time" option, "--verbose" is
just "-v" and "--use-blacklist" is just "-b". Also the blacklist support is
not selected in the default busybox configuration. So we need to patch the
modules scripts accordingly.

Patch 1 adds SED_QUIET, used by the KCONFIG_GET_OPT macro, in patch 2.

Patch 2 adds a KCONFIG_GET_OPT macro. Given a config name and a file, it
returns the config value, if set; otherwise returns an empty string.

Patch 3 adapts the "modules" init script to busybox "modprobe".

Patch 4 documents the use of busybox.mk variables in openrc.mk.

Carlos Santos (4):
  Makefile: add SED_QUIET
  package/pkg-utils.mk: add KCONFIG_GET_OPT macro
  package/openrc: adapt "modules" init script to busybox "modprobe"
  package/busybox.mk: document the use of variables in openrc.mk

 Makefile                   |  4 +++-
 package/busybox/busybox.mk |  4 ++++
 package/openrc/openrc.mk   | 28 +++++++++++++++++++++++++---
 package/pkg-utils.mk       |  4 ++++
 4 files changed, 36 insertions(+), 4 deletions(-)

-- 
2.18.2

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

end of thread, other threads:[~2020-02-28 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27 20:08 [Buildroot] [PATCH v2 0/4] adapt openrc "modules" script to busybox modprobe unixmania at gmail.com
2020-02-27 20:08 ` [Buildroot] [PATCH v2 1/4] Makefile: add SED_QUIET unixmania at gmail.com
2020-02-27 20:08 ` [Buildroot] [PATCH v2 2/4] package/pkg-utils.mk: add KCONFIG_GET_OPT macro unixmania at gmail.com
2020-02-27 20:08 ` [Buildroot] [PATCH v2 3/4] package/openrc: adapt "modules" init script to busybox "modprobe" unixmania at gmail.com
2020-02-28 20:26   ` Yann E. MORIN
2020-02-27 20:08 ` [Buildroot] [PATCH v2 4/4] package/busybox.mk: document the use of variables in openrc.mk unixmania at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox