mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-21 08:51:30 +03:00
Commit30c4b5843f(ebtables: enable for musl) enabled musl build, but forgot to remove the comment text. Fix that. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitca2a6f04ed) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
config BR2_PACKAGE_EBTABLES
|
|
bool "ebtables"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Ethernet bridge frame table administration
|
|
|
|
http://ebtables.netfilter.org/
|