From: Ryan Barnett <ryanbarnett3@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] package/ebtables: select bash when installing ebtables-legacy-save
Date: Mon, 27 Apr 2020 16:26:53 -0500 [thread overview]
Message-ID: <20200427212653.29933-2-ryanbarnett3@gmail.com> (raw)
In-Reply-To: <20200427212653.29933-1-ryanbarnett3@gmail.com>
To allow easier installation of ebtables-legacy-save from the config
menu, select BR2_PACKAGE_BASH. All dependencies of bash are met
already by ebtables depending on BR2_USE_MMU.
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
---
Changes v1 -> v2:
- new patch to series
---
package/ebtables/Config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in
index b98d03b626..703e55a3c3 100644
--- a/package/ebtables/Config.in
+++ b/package/ebtables/Config.in
@@ -10,7 +10,8 @@ if BR2_PACKAGE_EBTABLES
config BR2_PACKAGE_EBTABLES_UTILS_SAVE
bool "ebtables save"
- depends on BR2_PACKAGE_BASH # runtime
+ select BR2_PACKAGE_BASH # runtime
+ select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
help
Install the ebtables-legacy-save tool
--
2.17.1
next prev parent reply other threads:[~2020-04-27 21:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 21:26 [Buildroot] [PATCH v2 1/2] package/ebtables: bump to version 2.0.11 Ryan Barnett
2020-04-27 21:26 ` Ryan Barnett [this message]
2020-06-15 2:43 ` [Buildroot] [PATCH v2 2/2] package/ebtables: select bash when installing ebtables-legacy-save Markus Mayer
2020-06-15 2:42 ` [Buildroot] [PATCH v2 1/2] package/ebtables: bump to version 2.0.11 Markus Mayer
2020-10-06 20:24 ` Thomas Petazzoni
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=20200427212653.29933-2-ryanbarnett3@gmail.com \
--to=ryanbarnett3@gmail.com \
--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 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.