summaryrefslogtreecommitdiffstats
path: root/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
commite08669fb9a5d5e8ae6f45ea138213375ecc76ecd (patch)
treed14bd49b4f0a7c2d908f87ee055e91e4b066ff1e /package/cutter/Config.in
parent2e9605c9bad5808d9c8daa4c04ccd7a6555e8bcd (diff)
Added cutter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cutter/Config.in')
-rw-r--r--package/cutter/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/cutter/Config.in b/package/cutter/Config.in
new file mode 100644
index 000000000..4c231fddc
--- /dev/null
+++ b/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.
+