From: Ryan Barnett Date: Mon, 27 Apr 2020 21:26:53 +0000 (-0500) Subject: package/ebtables: select bash when installing ebtables-legacy-save X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1904893971c5b1b415689cf9ba3c1e51ec693f98;p=buildroot.git 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 --- 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