diff options
Diffstat (limited to 'package/ebtables/Config.in')
-rw-r--r-- | package/ebtables/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in new file mode 100644 index 000000000..40bc45c02 --- /dev/null +++ b/package/ebtables/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_EBTABLES + bool "ebtables" + depends on BR2_INET_IPV6 + help + Ethernet bridge frame table administration + + http://ebtables.sourceforge.net + +comment "ebtables requires a toolchain with IPv6 support" + depends on !BR2_INET_IPV6 |