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 <ryanbarnett3@gmail.com> Tested-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b3a6c7d3a3
commit
1904893971
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user