2011-07-11 16:33:31 +02:00
|
|
|
config BR2_PACKAGE_EBTABLES
|
|
|
|
bool "ebtables"
|
2013-01-29 23:02:59 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-07-11 16:33:31 +02:00
|
|
|
help
|
|
|
|
Ethernet bridge frame table administration
|
|
|
|
|
2015-09-01 13:57:59 +02:00
|
|
|
http://ebtables.netfilter.org/
|
2019-12-16 23:08:32 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_EBTABLES
|
|
|
|
|
|
|
|
config BR2_PACKAGE_EBTABLES_UTILS_SAVE
|
|
|
|
bool "ebtables save"
|
2020-04-27 23:26:53 +02:00
|
|
|
select BR2_PACKAGE_BASH # runtime
|
|
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
2019-12-16 23:08:32 +01:00
|
|
|
help
|
2020-04-27 23:26:52 +02:00
|
|
|
Install the ebtables-legacy-save tool
|
2019-12-16 23:08:32 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_EBTABLES_UTILS_RESTORE
|
|
|
|
bool "ebtables restore"
|
|
|
|
help
|
2020-04-27 23:26:52 +02:00
|
|
|
Install the ebtables-legacy-restore tool
|
2019-12-16 23:08:32 +01:00
|
|
|
|
|
|
|
endif
|