[Buildroot] [PATCH v2 2/2] package/ebtables: select bash when installing ebtables-legacy-save

Ryan Barnett ryanbarnett3 at gmail.com
Mon Apr 27 21:26:53 UTC 2020


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 at 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




More information about the buildroot mailing list