From 1904893971c5b1b415689cf9ba3c1e51ec693f98 Mon Sep 17 00:00:00 2001 From: Ryan Barnett Date: Mon, 27 Apr 2020 16:26:53 -0500 Subject: [PATCH] package/ebtables: select bash when installing ebtables-legacy-save 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 Tested-by: Markus Mayer Signed-off-by: Thomas Petazzoni --- 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.30.2