package/ebtables: select bash when installing ebtables-legacy-save
authorRyan Barnett <ryanbarnett3@gmail.com>
Mon, 27 Apr 2020 21:26:53 +0000 (16:26 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 6 Oct 2020 20:22:26 +0000 (22:22 +0200)
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>
Tested-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ebtables/Config.in

index b98d03b62663d85e2e452b5efbbf61f761e3a5ca..703e55a3c3c84877479d7fcac525d259670362bc 100644 (file)
@@ -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