diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-23 12:23:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-23 12:23:15 +0000 |
commit | e59a2c3b89722d5ea360a1ee3efd09c0b29896cd (patch) | |
tree | 91d053ae48e956998b89e4c440be05a2d463c046 /openwrt/package/cutter/Config.in | |
parent | 65e9d0b2169f765f0a419a5518e10cf829819c01 (diff) | |
download | mtk-20170518-e59a2c3b89722d5ea360a1ee3efd09c0b29896cd.zip mtk-20170518-e59a2c3b89722d5ea360a1ee3efd09c0b29896cd.tar.gz mtk-20170518-e59a2c3b89722d5ea360a1ee3efd09c0b29896cd.tar.bz2 |
Added cutter
SVN-Revision: 2750
Diffstat (limited to 'openwrt/package/cutter/Config.in')
-rw-r--r-- | openwrt/package/cutter/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/cutter/Config.in b/openwrt/package/cutter/Config.in new file mode 100644 index 0000000..4c231fd --- /dev/null +++ b/openwrt/package/cutter/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_CUTTER + prompt "cutter............................ allows an user to abort TCP/IP connections" + tristate + default m if CONFIG_DEVEL + help + "Cutter" is an open source program that allows Linux firewall + administrators to abort TCP/IP connections routed over the + firewall or router on which it is run. + |