diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 22:27:08 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 22:27:08 +0000 |
commit | 93993a9a69e3d5e66a9ec5591309005f80e52ed0 (patch) | |
tree | 5463df879b477ac080b2cc90ae1afd05a33cbd5b /openwrt/package/ebtables/Config.in | |
parent | 4bbadbe9891adf4834707f4c229bfd080ff659f2 (diff) |
add ebtables usertools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ebtables/Config.in')
-rw-r--r-- | openwrt/package/ebtables/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/ebtables/Config.in b/openwrt/package/ebtables/Config.in new file mode 100644 index 0000000000..22c32abedf --- /dev/null +++ b/openwrt/package/ebtables/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_EBTABLES + bool "ebtables" + default n + help + ethernet bridging firewalling + http://ebtables.sourceforge.net/ |