diff options
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 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. + |