summaryrefslogtreecommitdiff
path: root/openwrt/package/cutter
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/cutter
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/cutter')
-rw-r--r--openwrt/package/cutter/Config.in11
-rwxr-xr-xopenwrt/package/cutter/Makefile32
-rw-r--r--openwrt/package/cutter/ipkg/cutter.control5
3 files changed, 0 insertions, 48 deletions
diff --git a/openwrt/package/cutter/Config.in b/openwrt/package/cutter/Config.in
deleted file mode 100644
index 2466df6..0000000
--- a/openwrt/package/cutter/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-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.
-
- http://www.lowth.com/cutter/
-
diff --git a/openwrt/package/cutter/Makefile b/openwrt/package/cutter/Makefile
deleted file mode 100755
index 418718f..0000000
--- a/openwrt/package/cutter/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=cutter
-PKG_VERSION:=1.03
-PKG_RELEASE:=1
-PKG_MD5SUM:=50093db9b64277643969ee75b83ebbd1
-
-PKG_SOURCE_URL:=http://www.lowth.com/cutter/software/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_CAT:=zcat
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,CUTTER,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) $(PKG_BUILD_DIR)/cutter.c -o $(PKG_BUILD_DIR)/cutter
- install -d -m0755 $(PKG_INSTALL_DIR)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/cutter $(PKG_INSTALL_DIR)/usr/sbin/
-
-$(IPKG_CUTTER):
- mkdir -p $(IDIR_CUTTER)
- $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_CUTTER)/
- $(RSTRIP) $(IDIR_CUTTER)/
- $(IPKG_BUILD) $(IDIR_CUTTER) $(PACKAGE_DIR)
diff --git a/openwrt/package/cutter/ipkg/cutter.control b/openwrt/package/cutter/ipkg/cutter.control
deleted file mode 100644
index 6c91692..0000000
--- a/openwrt/package/cutter/ipkg/cutter.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: cutter
-Architecture: mipsel
-Section: net
-Description: "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.
-Priority: optional