summaryrefslogtreecommitdiff
path: root/openwrt/package/cutter/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-23 12:23:15 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-23 12:23:15 +0000
commit655d6b3b1b0831c0dd7b60e447a1ac5526e811f1 (patch)
tree5f0a4c5b934567e49a125967f257d8d8485222c2 /openwrt/package/cutter/Config.in
parent4649ab20e8393873bfe7c2f88eccd6fd775827ae (diff)
Added cutter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cutter/Config.in')
-rw-r--r--openwrt/package/cutter/Config.in9
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 0000000000..4c231fddcb
--- /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.
+