27 lines
571 B
Plaintext
Vendored
27 lines
571 B
Plaintext
Vendored
config BR2_PACKAGE_EBTABLES
|
|
bool "ebtables"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Ethernet bridge frame table administration
|
|
|
|
http://ebtables.netfilter.org/
|
|
|
|
if BR2_PACKAGE_EBTABLES
|
|
|
|
config BR2_PACKAGE_EBTABLES_UTILS_SAVE
|
|
bool "ebtables save"
|
|
depends on BR2_PACKAGE_BASH # runtime
|
|
help
|
|
Install the ebtables-save tool
|
|
|
|
config BR2_PACKAGE_EBTABLES_UTILS_RESTORE
|
|
bool "ebtables restore"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Install the ebtables-restore tool
|
|
|
|
comment "ebtables-restore needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
endif
|